mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Remove Patreon
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
# Xiao
|
||||
[](https://travis-ci.org/dragonfire535/xiao)
|
||||
[](https://discord.gg/sbMe32W)
|
||||
[](https://www.patreon.com/dragonfire535)
|
||||
[](https://www.paypal.me/dragonfire535)
|
||||
|
||||
> This bot is not available for invite.
|
||||
|
||||
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "107.7.4",
|
||||
"version": "107.7.5",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user