diff options
| author | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-11 19:36:24 -0400 |
|---|---|---|
| committer | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-11 19:36:24 -0400 |
| commit | e3c5468b4748c879892ff520e20b7753d5c1ff0f (patch) | |
| tree | 3bb577333a70dde702115adbb52f9ffe7a10b062 /commands/Utility/nick.js | |
| parent | 81e8c6088d82ff8e3d54fe8fb739ce6a3f334dd7 (diff) | |
| download | PokeBot-e3c5468b4748c879892ff520e20b7753d5c1ff0f.tar.gz PokeBot-e3c5468b4748c879892ff520e20b7753d5c1ff0f.tar.bz2 PokeBot-e3c5468b4748c879892ff520e20b7753d5c1ff0f.zip | |
1.0
Diffstat (limited to 'commands/Utility/nick.js')
| -rw-r--r-- | commands/Utility/nick.js | 2 |
1 files changed, 1 insertions, 1 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') ); }; |
