diff --git a/commands/userinfo.js b/commands/userinfo.js new file mode 100644 index 0000000..cf537b7 --- /dev/null +++ b/commands/userinfo.js @@ -0,0 +1,64 @@ +module.exports = { + + name: "userinfo", + description: "Gets info about an user, such as ID, Discord Join date and more.", + execute(client, message, args) { + + + + + + + const user = message.mentions.users.first(); + const activity = user.presence.activities[i]; + + for (var i=0;i