diff --git a/commands/utility/invite.js b/commands/utility/invite.js index 79a94ae1..aa3f75d9 100644 --- a/commands/utility/invite.js +++ b/commands/utility/invite.js @@ -15,7 +15,7 @@ class InviteCommand extends Command { } async exec(message) { - message.channel.send('Check your dm') + message.channel.send('Check your dm'); return message.author.send(`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 :)`); } }