forked from Supositware/Haha-Yes
fix invite
This commit is contained in:
parent
33719b4f13
commit
6d864dd2ec
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ class InviteCommand extends Command {
|
|||
return message.channel.send('Sorry, the user you mentioned is not a bot!');
|
||||
}
|
||||
} else {
|
||||
let invMessage = `You can add me from here: https://discordapp.com/oauth2/authorize?client_id=${this.client.user.id}&scope=bot&scope=applications.commands&permissions=0\nYou can also join my support server over here: ${supportServer} come and say hi :)`;
|
||||
let invMessage = `You can add me from here: https://discord.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 :)`;
|
||||
if (args.here) {
|
||||
message.channel.send(invMessage);
|
||||
} else {
|
||||
|
@ -50,4 +50,4 @@ class InviteCommand extends Command {
|
|||
}
|
||||
}
|
||||
|
||||
module.exports = InviteCommand;
|
||||
module.exports = InviteCommand;
|
||||
|
|
Loading…
Reference in a new issue