Too much work

This commit is contained in:
Daniel Odendahl Jr
2018-03-23 20:32:13 +00:00
parent df8e33e128
commit dd7ece36a2
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ module.exports = class DonateCommand extends Command {
run(msg) {
return msg.say(stripIndents`
Contribute to XiaoBot development!
<https://www.patreon.com/littlelimedragon>
<https://www.patreon.com/dragonfire535>
<https://paypal.me/dragonfire535>
`);
}