From a51e382c9bab6d8c59983fbaa5e79e63337af1e4 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sat, 9 Nov 2019 21:13:50 +0100 Subject: [PATCH] added brave --- 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 b81a7bd..36a8b08 100644 --- a/commands/utility/donate.js +++ b/commands/utility/donate.js @@ -19,7 +19,7 @@ class donateCommand extends Command { const Embed = new MessageEmbed() .setColor(message.member.displayHexColor) .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.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)\n[Brave referal program](https://brave.com/hah459)'); return message.channel.send(Embed); }