mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add donate patron message
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user