From 0f93e19914269a0abeaf5a6d99794acdf604b798 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 19:53:59 -0500 Subject: forgot --- commands/Utility/userinfo.js | 1 + 1 file changed, 1 insertion(+) (limited to 'commands/Utility/userinfo.js') diff --git a/commands/Utility/userinfo.js b/commands/Utility/userinfo.js index bdcb661..d7a264c 100644 --- a/commands/Utility/userinfo.js +++ b/commands/Utility/userinfo.js @@ -1,4 +1,5 @@ exports.run = async (bot, msg, args) => { + const Discord = require('discord.js'); const user = msg.mentions.members.first(); msg.channel.send( -- cgit v1.2.3