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