From b3d0b3c933e140a011739c1ba23852258de9e392 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 20:36:12 -0500 Subject: fixed story grammar + added footers :sunglasses: --- commands/Utility/userinfo.js | 1 + 1 file changed, 1 insertion(+) (limited to 'commands/Utility') diff --git a/commands/Utility/userinfo.js b/commands/Utility/userinfo.js index d4ccb91..9862b1b 100644 --- a/commands/Utility/userinfo.js +++ b/commands/Utility/userinfo.js @@ -14,6 +14,7 @@ exports.run = async (bot, msg) => { .addField('Account Creation Date', user.user.createdAt) .addField('Join Guild Date', user.joinedAt) .addField('Names', 'Display Name: ' + user.displayName + `\nUsername: ${user.user.tag}`) + .setFooter('PokeBot Beta') ); }; -- cgit v1.2.3