Remove Patreon

This commit is contained in:
Dragon Fire
2019-10-31 12:35:29 -04:00
parent a0b78b50aa
commit 80f0acb3cc
3 changed files with 2 additions and 9 deletions
-2
View File
@@ -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.
+1 -6
View File
@@ -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!
<https://www.patreon.com/dragonfire535>
<https://paypal.me/dragonfire535>
`);
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "107.7.4",
"version": "107.7.5",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {