From 82bb670e342f46a1e812b8f86f6f147454ea05b6 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Mon, 17 Sep 2018 21:17:48 +0200 Subject: [PATCH] Invite change with the client id --- 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 97d5815a..05fc19c7 100644 --- a/commands/utility/invite.js +++ b/commands/utility/invite.js @@ -10,6 +10,6 @@ module.exports = class InviteCommand extends Command { } async run(message) { - return message.say('You can add me from here: https://discordapp.com/oauth2/authorize?client_id=487342817048264704&scope=bot&permissions=2054\nYou can join my support server over here: https://discord.gg/SsMCsVY come and say hi :)'); + return message.say(`You can add me from here: https://discordapp.com/oauth2/authorize?client_id=${this.client.user.id}&scope=bot&permissions=2054\nYou can join my support server over here: https://discord.gg/SsMCsVY come and say hi :)`); } }; \ No newline at end of file