diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-02-24 20:25:38 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-02-24 20:25:38 -0500 |
| commit | 089974a6a78bb425db8ebd18de6855a294b88295 (patch) | |
| tree | 831adf5d95fb0a70a8f41ee850060411ef05652a | |
| parent | a88fb04b1c858d1fb18b031f73b7edde1c77af1f (diff) | |
| download | PokeBot-089974a6a78bb425db8ebd18de6855a294b88295.tar.gz PokeBot-089974a6a78bb425db8ebd18de6855a294b88295.tar.bz2 PokeBot-089974a6a78bb425db8ebd18de6855a294b88295.zip | |
nevermind
| -rw-r--r-- | commands/Utility/userinfo.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/Utility/userinfo.js b/commands/Utility/userinfo.js index 74b741a..b19339d 100644 --- a/commands/Utility/userinfo.js +++ b/commands/Utility/userinfo.js @@ -1,11 +1,11 @@ exports.run = async (bot, msg) => { - + const { RichEmbed } = require('discord.js'); + const { mentions } = require('discord.js'); if (!mentions) { var user = msg.author; } else { var user = msg.mentions.members.first(); }; - const { RichEmbed } = require('discord.js'); msg.channel.send( new RichEmbed() .setColor(0x00ae86) |
