aboutsummaryrefslogtreecommitdiff
path: root/commands/Utility/nick.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Utility/nick.js')
-rw-r--r--commands/Utility/nick.js2
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')
);
};