From e2960d4c91537e0e14a0f478b613fba81cdfce67 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 22 Dec 2020 02:25:56 +0100 Subject: [PATCH] changing invite link to have the new slash thing requried Signed-off-by: loicbersier --- commands/utility/invite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/invite.js b/commands/utility/invite.js index fac9d424..d8b7d2da 100644 --- a/commands/utility/invite.js +++ b/commands/utility/invite.js @@ -34,7 +34,7 @@ class InviteCommand extends Command { return message.channel.send('Sorry, the user you mentioned is not a bot!'); } } else { - let invMessage = `You can add me from here: https://discordapp.com/oauth2/authorize?client_id=${this.client.user.id}&scope=bot&permissions=0\nYou can also join my support server over here: ${supportServer} come and say hi :)`; + let invMessage = `You can add me from here: https://discordapp.com/oauth2/authorize?client_id=${this.client.user.id}&scope=bot&scope=applications.commands&permissions=0\nYou can also join my support server over here: ${supportServer} come and say hi :)`; if (args.here) { message.channel.send(invMessage); } else {