forked from Supositware/Haha-Yes
R.I.P Brave
Signed-off-by: loicbersier <loic.bersier1@gmail.com>
This commit is contained in:
parent
7d0a7f6873
commit
2880f55cfc
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class donateCommand extends Command {
|
|||
const Embed = this.client.util.embed()
|
||||
.setColor(message.member ? message.member.displayHexColor : 'NAVY')
|
||||
.setTitle('Donation link')
|
||||
.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.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KEMESDXL8Q5YY&source=url)\n[Brave referal program](https://brave.com/hah459)\nTip me with Brave BAT token on [my website](https://namejeff.xyz/)');
|
||||
.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.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KEMESDXL8Q5YY&source=url)');
|
||||
|
||||
return message.channel.send(Embed);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue