From e3c5468b4748c879892ff520e20b7753d5c1ff0f Mon Sep 17 00:00:00 2001 From: TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> Date: Sun, 11 Mar 2018 19:36:24 -0400 Subject: 1.0 --- commands/Utility/userinfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Utility/userinfo.js') 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') ); }; -- cgit v1.2.3