From 089974a6a78bb425db8ebd18de6855a294b88295 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 20:25:38 -0500 Subject: nevermind --- commands/Utility/userinfo.js | 4 ++-- 1 file 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) -- cgit v1.2.3