diff --git a/commands/utility/invite.js b/commands/utility/invite.js index 164aa72..f24314e 100644 --- a/commands/utility/invite.js +++ b/commands/utility/invite.js @@ -15,6 +15,7 @@ module.exports = class InviteCommand extends Command { async run(message) { if(blacklist[message.author.id]) return message.channel.send("You are blacklisted") - return message.say(`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 :)`); + message.say('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 :)`); } }; \ No newline at end of file