From 0e4d11e1533a588c1b7d0f2e29cb490644698755 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Wed, 25 Nov 2020 15:27:25 +0100 Subject: [PATCH] its BAT not brave token idiot Signed-off-by: loicbersier --- commands/utility/donate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/donate.js b/commands/utility/donate.js index f2a97ce..abc7dbb 100644 --- a/commands/utility/donate.js +++ b/commands/utility/donate.js @@ -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)\nYou can give [Brave token](https://namejeff.xyz) on my website'); + .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)\nYou can give [BAT token](https://namejeff.xyz) on my website'); return message.channel.send(Embed); }