forked from Supositware/Haha-Yes
Forgot a semicolon
This commit is contained in:
parent
bdfcc69453
commit
e9868775a6
1 changed files with 1 additions and 1 deletions
|
@ -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 :)`);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue