This commit is contained in:
parent
c5acf5a1dc
commit
af080897a9
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ module.exports = class supportMeCommand extends Command {
|
||||||
async run(message, { text }) {
|
async run(message, { text }) {
|
||||||
if(blacklist[message.author.id])
|
if(blacklist[message.author.id])
|
||||||
return message.channel.send("You are blacklisted")
|
return message.channel.send("You are blacklisted")
|
||||||
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)');
|
message.say('If you want to support me and my bot you can donate here\nhttps://donatebot.io/checkout/487640086859743232\n(This is totally optional dont feel forced to do it)');
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Reference in a new issue