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