diff options
Diffstat (limited to 'commands/Utility/userinfo.js')
| -rw-r--r-- | commands/Utility/userinfo.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/Utility/userinfo.js b/commands/Utility/userinfo.js index db148dc..2f063cb 100644 --- a/commands/Utility/userinfo.js +++ b/commands/Utility/userinfo.js @@ -8,6 +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.') ); }; |
