From 852865e9a2c403188fca8c8eacb3fe37d3356c7b Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Wed, 28 Nov 2018 18:25:57 +0100 Subject: [PATCH] added patreons link --- 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 d7754f64..1af1d781 100644 --- a/commands/utility/supportme.js +++ b/commands/utility/supportme.js @@ -16,6 +16,6 @@ module.exports = class supportMeCommand extends Command { if(blacklistJson[message.author.id]) return blacklist(blacklistJson[message.author.id] , message) - 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)'); + message.say('If you want to support me and my bot you can donate here\nhttps://donatebot.io/checkout/487640086859743232\nor here on patreon: https://patreon.com/user?u=15330358&utm_medium=social&utm_source=twitter&utm_campaign=creatorshare\n(This is totally optional dont feel forced to do it)'); } }; \ No newline at end of file