From 51192d170d1d896e14603ca0ce5b34b31c6c380e Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 20:12:04 -0500 Subject: added display names --- commands/Utility/userinfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/Utility/userinfo.js b/commands/Utility/userinfo.js index 2f063cb..cf95bc7 100644 --- a/commands/Utility/userinfo.js +++ b/commands/Utility/userinfo.js @@ -8,7 +8,7 @@ exports.run = async (bot, msg) => { .addField('User ID', user.id) .addField('Account Creation Date', user.user.createdAt) .addField('Join Guild Date', user.joinedAt) - .addField('Ban Count', 'The user has been banned on ' + parseInt(banCounts[user.id]) + ' guilds.') + .addField('Names', 'Display Name: ' + user.displayName + '\nUsername: ' + user.tag) ); }; -- cgit v1.2.3