diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-02-24 20:36:12 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-02-24 20:36:12 -0500 |
| commit | b3d0b3c933e140a011739c1ba23852258de9e392 (patch) | |
| tree | 494eb20a3d4b65e9e36f418ea163fb3d1aa268ce /commands/Utility | |
| parent | dc0e70f925c55e85b1299ae19a96e34071b22b55 (diff) | |
| download | PokeBot-b3d0b3c933e140a011739c1ba23852258de9e392.tar.gz PokeBot-b3d0b3c933e140a011739c1ba23852258de9e392.tar.bz2 PokeBot-b3d0b3c933e140a011739c1ba23852258de9e392.zip | |
fixed story grammar + added footers :sunglasses:
Diffstat (limited to 'commands/Utility')
| -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 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') ); }; |
