diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-02-24 20:00:22 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-02-24 20:00:22 -0500 |
| commit | 8d519e3778c4598910dc1225465b615a436356c1 (patch) | |
| tree | b977d1809c7032b369f83e62ba520931bbeb389a /commands/Utility | |
| parent | aa5a3cbb822d44a61481ce1a4c7b0098d240e1f1 (diff) | |
| parent | cfcbb3174b8419bbb6d706ba365e2c4793068dc7 (diff) | |
| download | PokeBot-8d519e3778c4598910dc1225465b615a436356c1.tar.gz PokeBot-8d519e3778c4598910dc1225465b615a436356c1.tar.bz2 PokeBot-8d519e3778c4598910dc1225465b615a436356c1.zip | |
Merge branch 'master' of https://github.com/PokeWorld/PokeBot
Diffstat (limited to 'commands/Utility')
| -rw-r--r-- | commands/Utility/userinfo.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/Utility/userinfo.js b/commands/Utility/userinfo.js index 649459a..2f063cb 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) |
