1
0
Fork 0

Add message to let people know to contact the owner if they donate

akairo
loicbersier 5 years ago
parent 5e6a541d4b
commit 01de790f51

@ -18,9 +18,9 @@ class donateCommand extends Command {
const Embed = new MessageEmbed() const Embed = new MessageEmbed()
.setColor('#ff9900') .setColor('#ff9900')
.setTitle('Donation link') .setTitle('Donation link')
.setDescription('[Paypal](https://www.paypal.me/supositware)\n[Patreon](https://www.patreon.com/bePatron?u=15330358)'); .setDescription('If you decide to donate, please use the feedback command to let the owner know about it so he can put you in the about and donator command\n[Paypal](https://www.paypal.me/supositware)\n[Patreon](https://www.patreon.com/bePatron?u=15330358)');
message.channel.send(Embed); return message.channel.send(Embed);
} }
} }

Loading…
Cancel
Save