diff --git a/commands/util/donate.js b/commands/util/donate.js index 2a4d67d0..97a17dee 100644 --- a/commands/util/donate.js +++ b/commands/util/donate.js @@ -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 + `); } }; diff --git a/package.json b/package.json index c29d54d7..74de2467 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "29.1.6", + "version": "29.1.7", "description": "Your personal server companion.", "main": "Shard.js", "scripts": {