aboutsummaryrefslogtreecommitdiff
path: root/commands/Utility/userinfo.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Utility/userinfo.js')
-rw-r--r--commands/Utility/userinfo.js2
1 files changed, 1 insertions, 1 deletions
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;
};