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!