diff options
Diffstat (limited to 'commands/Utility')
| -rw-r--r-- | commands/Utility/nick.js | 2 | ||||
| -rw-r--r-- | commands/Utility/userinfo.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/commands/Utility/nick.js b/commands/Utility/nick.js index 1dd5cb6..8ebc36a 100644 --- a/commands/Utility/nick.js +++ b/commands/Utility/nick.js @@ -30,7 +30,7 @@ exports.run = async (bot, msg, args) => { .setDescription(`*${msg.author.tag}* changed their nickname`) .addField('New Nickname', msg.member.displayName, true) .setTimestamp() - .setFooter('PokeBot Beta') + .setFooter('PokeBot v1.0') ); }; diff --git a/commands/Utility/userinfo.js b/commands/Utility/userinfo.js index 59ef68f..9716021 100644 --- a/commands/Utility/userinfo.js +++ b/commands/Utility/userinfo.js @@ -34,7 +34,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') + .setFooter('PokeBot v1.0') ); }; |
