From 8bc64c4947448db734b35a4bab59ced1b2554ad8 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 8 Oct 2018 23:27:36 +0200 Subject: [PATCH] removed paypal link --- commands/utility/supportme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/supportme.js b/commands/utility/supportme.js index 43da90f..618b2bd 100644 --- a/commands/utility/supportme.js +++ b/commands/utility/supportme.js @@ -10,6 +10,6 @@ module.exports = class supportMeCommand extends Command { } async run(message, { text }) { - message.say('If you want to support me and my bot you can donate here\nhttps://www.paypal.me/supositware or here https://donatebot.io/checkout/487640086859743232\n(This is totally optionnal dont feel forced to do it)'); + message.say('If you want to support me and my bot you can donate here\nhttps://donatebot.io/checkout/487640086859743232\n(This is totally optionnal dont feel forced to do it)'); } }; \ No newline at end of file