diff --git a/README.md b/README.md index bc1e0f61..a63e48cd 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ # Xiao [![Build Status](https://travis-ci.org/dragonfire535/xiao.svg?branch=master)](https://travis-ci.org/dragonfire535/xiao) -[![Discord Server](https://discordapp.com/api/guilds/252317073814978561/embed.png)](https://discord.gg/sbMe32W) -[![Donate on Patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://www.patreon.com/dragonfire535) [![Donate on PayPal](https://img.shields.io/badge/paypal-donate-blue.svg)](https://www.paypal.me/dragonfire535) > This bot is not available for invite. diff --git a/commands/util/donate.js b/commands/util/donate.js index 0f5ff27f..ade1d802 100644 --- a/commands/util/donate.js +++ b/commands/util/donate.js @@ -5,16 +5,12 @@ module.exports = class DonateCommand extends Command { constructor(client) { super(client, { name: 'donate', - aliases: ['patreon', 'paypal'], + aliases: ['paypal'], group: 'util', memberName: 'donate', description: 'Responds with the bot\'s donation links.', guarded: true, credit: [ - { - name: 'Patreon', - url: 'https://www.patreon.com/' - }, { name: 'PayPal', url: 'https://www.paypal.com/us/home' @@ -26,7 +22,6 @@ module.exports = class DonateCommand extends Command { run(msg) { return msg.say(stripIndents` Contribute to development! - `); } diff --git a/package.json b/package.json index d6d1554e..ac6a58ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "107.7.4", + "version": "107.7.5", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {