Send invite to dm so it dosent count as ad

Commando
loicbersier 6 years ago
parent 9e2ab256ce
commit 9c53826591

@ -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 :)`);
}
};
Loading…
Cancel
Save