diff options
Diffstat (limited to 'commands/Utility/userinfo.js')
| -rw-r--r-- | commands/Utility/userinfo.js | 2 |
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; }; |
