From baae38ff8e892b8458894981f8545d9a4fc402c1 Mon Sep 17 00:00:00 2001 From: pokesudenk Date: Sat, 24 Feb 2018 20:21:31 -0500 Subject: dimb 2 --- commands/Utility/userinfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/Utility/userinfo.js') diff --git a/commands/Utility/userinfo.js b/commands/Utility/userinfo.js index 80bca74..3d36aaf 100644 --- a/commands/Utility/userinfo.js +++ b/commands/Utility/userinfo.js @@ -1,5 +1,5 @@ exports.run = async (bot, msg) => { - const user = msg.mentions.members.first(); + var user = msg.mentions.members.first(); if (!user) { user = msg.author; }; -- cgit v1.2.3