This commit is contained in:
Daniel Odendahl Jr
2017-08-26 01:24:24 +00:00
parent 56e72f7509
commit 457a75b325
3 changed files with 4 additions and 4 deletions
+2 -1
View File
@@ -16,8 +16,9 @@ module.exports = class DonateCommand extends Command {
run(msg) {
return msg.say(stripIndents`
Contribute to XiaoBot development!
https://www.patreon.com/dragonfire535
<https://www.patreon.com/dragonfire535>
<https://paypal.me/dragonfire535>
<https://ko-fi.com/dragonfire>
`);
}
};