Update Donate

This commit is contained in:
Daniel Odendahl Jr
2017-08-10 22:23:21 +00:00
parent f3b601fd05
commit ee02963411
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ module.exports = class DonateCommand extends Command {
run(msg) {
return msg.say(stripIndents`
Contribute to XiaoBot development!
https://www.patreon.com/xiaobot
https://www.patreon.com/dragonfire535
<https://paypal.me/dragonfire535>
`);
}
};
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "29.1.6",
"version": "29.1.7",
"description": "Your personal server companion.",
"main": "Shard.js",
"scripts": {