diff --git a/commands/utility/donate.js b/commands/utility/donate.js
index ddecb1c9..80d6fc84 100644
--- a/commands/utility/donate.js
+++ b/commands/utility/donate.js
@@ -14,7 +14,7 @@ class donateCommand extends Command {
 	}
 
 	async exec(message) {
-		return message.channel.send('If you want to donate you can do it with paypal at https://www.paypal.me/supositware or here https://donatebot.io/checkout/487640086859743232?buyer=267065637183029248');
+		return message.channel.send('If you want to donate you can do it with paypal at https://www.paypal.me/supositware, https://donatebot.io/checkout/487640086859743232?buyer=267065637183029248 or if you prefer on patreon! https://www.patreon.com/user?u=15330358&utm_medium=social&utm_source=twitter&utm_campaign=creatorshare');
 	}
 }