diff options
| -rw-r--r-- | commands/Utility/userinfo.js | 1 |
1 files changed, 1 insertions, 0 deletions
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( |
