forked from Supositware/Haha-Yes
Add message to let people know to contact the owner if they donate
This commit is contained in:
parent
5e6a541d4b
commit
01de790f51
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ class donateCommand extends Command {
|
|||
const Embed = new MessageEmbed()
|
||||
.setColor('#ff9900')
|
||||
.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…
Reference in a new issue