Add donate patron message

This commit is contained in:
Dragon Fire
2021-05-18 20:57:04 -04:00
parent e48cc0ef74
commit d89ff86e26
+3
View File
@@ -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!
<https://www.patreon.com/xiaodiscord>