forked from Supositware/Haha-Yes
Changed the permissions on the invite link
This commit is contained in:
parent
9c8309ef22
commit
75f30c467e
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ module.exports = class InviteCommand extends Command {
|
|||
}
|
||||
|
||||
async run(message) {
|
||||
return message.say(`You can add me from here: https://discordapp.com/oauth2/authorize?client_id=${this.client.user.id}&scope=bot&permissions=2054\nYou can join my support server over here: https://discord.gg/SsMCsVY come and say hi :)`);
|
||||
return message.say(`You can add me from here: https://discordapp.com/oauth2/authorize?client_id=${this.client.user.id}&scope=bot&permissions=27654\nYou can join my support server over here: https://discord.gg/SsMCsVY come and say hi :)`);
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue