From 96bdf46414fe806a19fa5070148fc4925be007d8 Mon Sep 17 00:00:00 2001 From: TheEdgeNK Date: Tue, 10 Jul 2018 18:36:51 -0400 Subject: hOLY --- commands/Utility/nick.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Utility/nick.js') diff --git a/commands/Utility/nick.js b/commands/Utility/nick.js index bec9578..46f2d8a 100644 --- a/commands/Utility/nick.js +++ b/commands/Utility/nick.js @@ -23,7 +23,7 @@ exports.run = async (bot, msg, args) => { .setDescription(`*${msg.author.tag}* changed their nickname`) .addField('New Nickname', msg.member.displayName, true) .setTimestamp() - .setFooter('PokeBot v1.0') + .setFooter('Galaxy v2.0 Alpha 1') ); }; -- cgit v1.2.3