From 67fb3fbf3e73c4d71173ad3e3902a7745f42c39e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Sat, 8 Sep 2018 23:14:35 +0200 Subject: [PATCH] added invite to support server in invite --- commands/thing/invite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/thing/invite.js b/commands/thing/invite.js index f8ee9ade..137ce17e 100644 --- a/commands/thing/invite.js +++ b/commands/thing/invite.js @@ -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 :)'); } }; \ No newline at end of file