From af080897a9463c3d4a972e2a14940c5d3c4e179c Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Wed, 21 Nov 2018 17:02:20 +0100 Subject: [PATCH] --- commands/utility/supportme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/supportme.js b/commands/utility/supportme.js index d6e396c1..b288e5ae 100644 --- a/commands/utility/supportme.js +++ b/commands/utility/supportme.js @@ -14,6 +14,6 @@ module.exports = class supportMeCommand extends Command { async run(message, { text }) { if(blacklist[message.author.id]) return message.channel.send("You are blacklisted") - message.say('If you want to support me and my bot you can donate here\nhttps://donatebot.io/checkout/487640086859743232\n(This is totally optionnal dont feel forced to do it)'); + message.say('If you want to support me and my bot you can donate here\nhttps://donatebot.io/checkout/487640086859743232\n(This is totally optional dont feel forced to do it)'); } }; \ No newline at end of file