From 11bb5ef7c33f16ae34391c02157fb78121cf754d Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 15 Jun 2020 16:48:23 +0200 Subject: [PATCH] Removed some link --- 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 0c68d5d..727a821 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)\n[Patreon](https://www.patreon.com/bePatron?u=15330358)\n[Brave referal program](https://brave.com/hah459)\nTip me with Brave BAT token on [my website](https://namejeff.xyz/)\nYou can also donate ETH to ``0xe188F9062A74cc29e23D0602F4Fe335B1F5D8409``'); + .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/)'); return message.channel.send(Embed); }