aboutsummaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-02-24 19:59:10 -0500
committerUnknown <jtsshieh@outlook.com>2018-02-24 19:59:10 -0500
commitcfcbb3174b8419bbb6d706ba365e2c4793068dc7 (patch)
tree5c7649cda5fabcb2c062b9f643afd5d0935da23f /commands
parentf7c9219876840a69ac5e3f3960b464bd273512b5 (diff)
downloadPokeBot-cfcbb3174b8419bbb6d706ba365e2c4793068dc7.tar.gz
PokeBot-cfcbb3174b8419bbb6d706ba365e2c4793068dc7.tar.bz2
PokeBot-cfcbb3174b8419bbb6d706ba365e2c4793068dc7.zip
colro
Diffstat (limited to 'commands')
-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 0ca3985..db148dc 100644
--- a/commands/Utility/userinfo.js
+++ b/commands/Utility/userinfo.js
@@ -3,6 +3,7 @@ exports.run = async (bot, msg) => {
const { RichEmbed } = require('discord.js');
msg.channel.send(
new RichEmbed()
+ .setColor(0x00ae86)
.setTitle(`Information for ${user.user.tag}`)
.addField('User ID', user.id)
.addField('Account Creation Date', user.user.createdAt)