aboutsummaryrefslogtreecommitdiff
path: root/commands/Utility
diff options
context:
space:
mode:
authorpokesudenk <thisis@notarealema.il>2018-02-24 20:36:12 -0500
committerpokesudenk <thisis@notarealema.il>2018-02-24 20:36:12 -0500
commitb3d0b3c933e140a011739c1ba23852258de9e392 (patch)
tree494eb20a3d4b65e9e36f418ea163fb3d1aa268ce /commands/Utility
parentdc0e70f925c55e85b1299ae19a96e34071b22b55 (diff)
downloadPokeBot-b3d0b3c933e140a011739c1ba23852258de9e392.tar.gz
PokeBot-b3d0b3c933e140a011739c1ba23852258de9e392.tar.bz2
PokeBot-b3d0b3c933e140a011739c1ba23852258de9e392.zip
fixed story grammar + added footers :sunglasses:
Diffstat (limited to 'commands/Utility')
-rw-r--r--commands/Utility/userinfo.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/Utility/userinfo.js b/commands/Utility/userinfo.js
index d4ccb91..9862b1b 100644
--- a/commands/Utility/userinfo.js
+++ b/commands/Utility/userinfo.js
@@ -14,6 +14,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')
);
};