forked from Supositware/Haha-Yes
added invite to support server in invite
This commit is contained in:
parent
9d0a6d52f8
commit
67fb3fbf3e
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ module.exports = class InviteCommand extends Command {
|
|||
}
|
||||
|
||||
run(message) {
|
||||
return message.say('You can add me from here \nhttps://discordapp.com/oauth2/authorize?client_id=487342817048264704&scope=bot&permissions=2054');
|
||||
return message.say('You can add me from here: https://discordapp.com/oauth2/authorize?client_id=487342817048264704&scope=bot&permissions=2054\nYou can join my support server over here: https://discord.gg/SsMCsVY come and say hi :)');
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue