From d89ff86e2644c577fced2fcd6da0945b79fd207b Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 18 May 2021 20:57:04 -0400 Subject: [PATCH] Add donate patron message --- commands/util-public/donate.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commands/util-public/donate.js b/commands/util-public/donate.js index 4c88c3ea..3f4c3c88 100644 --- a/commands/util-public/donate.js +++ b/commands/util-public/donate.js @@ -26,6 +26,9 @@ module.exports = class DonateCommand extends Command { } run(msg) { + if (this.client.patreon.patrons.includes(msg.author.id)) { + return msg.say('🎉 You are already a patron. Enjoy your rewards!'); + } return msg.say(stripIndents` Contribute to development!