diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-07-10 18:36:51 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-07-10 18:36:51 -0400 |
| commit | 96bdf46414fe806a19fa5070148fc4925be007d8 (patch) | |
| tree | 137249477c654fce293554c9cc0c6387bc066701 /commands/Utility/userinfo.js | |
| parent | c648f47f889ee2dbfae0c896493c13efcd295b99 (diff) | |
| download | PokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.tar.gz PokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.tar.bz2 PokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.zip | |
hOLY
Diffstat (limited to 'commands/Utility/userinfo.js')
| -rw-r--r-- | commands/Utility/userinfo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Utility/userinfo.js b/commands/Utility/userinfo.js index 80844e1..666b48f 100644 --- a/commands/Utility/userinfo.js +++ b/commands/Utility/userinfo.js @@ -23,7 +23,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 v1.0') + .setFooter('Galaxy v2.0 Alpha 1') ); }; |
