diff --git a/commands/userinfo.js b/commands/userinfo.js index 1c429ba..4d2e9c2 100644 --- a/commands/userinfo.js +++ b/commands/userinfo.js @@ -4,26 +4,23 @@ module.exports = { description: "Gets info about an user, such as ID, Discord Join date and more.", execute(client, message, args) { + + + + + const user = message.mentions.users.first(); - for (var i=0;i