From 021ab9e74b3eafb96cdf988950cd76d982c53d95 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 11 Oct 2018 18:49:52 +0200 Subject: [PATCH] a little better sentence --- commands/utility/invite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/invite.js b/commands/utility/invite.js index 313df590..76d32b05 100644 --- a/commands/utility/invite.js +++ b/commands/utility/invite.js @@ -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 :)`); } }; \ No newline at end of file