1
0
Fork 0

Forgot a semicolon

akairo
loicbersier 6 years ago
parent bdfcc69453
commit e9868775a6

@ -15,7 +15,7 @@ class InviteCommand extends Command {
} }
async exec(message) { 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 :)`); 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