removed paypal link

This commit is contained in:
loicbersier 2018-10-08 23:27:36 +02:00
parent ef4c003bd8
commit 8bc64c4947

View file

@ -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)');
}
};