forked from Supositware/Haha-Yes
a little better sentence
This commit is contained in:
parent
7ac23a60ac
commit
021ab9e74b
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,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=0\nYou can join my support server over here: ${supportServer} 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=0\nYou can also join my support server over here: ${supportServer} come and say hi :)`);
|
||||
}
|
||||
};
|
Loading…
Reference in a new issue