forked from Supositware/Haha-Yes
added patreons link
This commit is contained in:
parent
7d19cb627a
commit
852865e9a2
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ module.exports = class supportMeCommand extends Command {
|
||||||
if(blacklistJson[message.author.id])
|
if(blacklistJson[message.author.id])
|
||||||
return blacklist(blacklistJson[message.author.id] , message)
|
return blacklist(blacklistJson[message.author.id] , message)
|
||||||
|
|
||||||
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)');
|
message.say('If you want to support me and my bot you can donate here\nhttps://donatebot.io/checkout/487640086859743232\nor here on patreon: https://patreon.com/user?u=15330358&utm_medium=social&utm_source=twitter&utm_campaign=creatorshare\n(This is totally optional dont feel forced to do it)');
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Reference in a new issue