diff --git a/lib/Discord/Commands/Invite.js b/lib/Discord/Commands/Invite.js index f5c70fe..0922106 100644 --- a/lib/Discord/Commands/Invite.js +++ b/lib/Discord/Commands/Invite.js @@ -12,7 +12,7 @@ class InviteCommand extends Command { } run(msg) { - const botInviteLink = 'https://discordapp.com/oauth2/authorize?permissions=67193856&scope=bot&client_id=303661490114789391'; + const botInviteLink = `https://discordapp.com/oauth2/authorize?permissions=67193856&scope=bot&client_id=${this.bot.user.id}`; const serverInviteLink = 'http://discord.gg/HHqndMG'; return msg.author.send({ embed: {