mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-10 19:04:42 +02:00
Add Patreon Stuff
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
# Xiao
|
||||
[](https://github.com/dragonfire535/xiao/actions)
|
||||
[](https://www.patreon.com/xiaodiscord)
|
||||
[](https://www.paypal.me/dragonfire535)
|
||||
[](https://discord.gg/mTr83zt)
|
||||
|
||||
@@ -1635,6 +1636,8 @@ here.
|
||||
* balloon-pop (Concept)
|
||||
- [PaladinsGuru](https://paladins.guru/)
|
||||
* paladins (API)
|
||||
- [Patreon](https://www.patreon.com/)
|
||||
* donate (Donation Gathering)
|
||||
- [PayPal](https://www.paypal.com/us/home)
|
||||
* donate (Donation Gathering)
|
||||
- [PBS Kids](https://pbskids.org/)
|
||||
|
||||
@@ -5,7 +5,7 @@ module.exports = class DonateCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'donate',
|
||||
aliases: ['paypal'],
|
||||
aliases: ['paypal', 'patreon'],
|
||||
group: 'util-public',
|
||||
memberName: 'donate',
|
||||
description: 'Responds with the bot\'s donation links.',
|
||||
@@ -15,6 +15,11 @@ module.exports = class DonateCommand extends Command {
|
||||
name: 'PayPal',
|
||||
url: 'https://www.paypal.com/us/home',
|
||||
reason: 'Donation Gathering'
|
||||
},
|
||||
{
|
||||
name: 'Patreon',
|
||||
url: 'https://www.patreon.com/',
|
||||
reason: 'Donation Gathering'
|
||||
}
|
||||
]
|
||||
});
|
||||
@@ -23,7 +28,8 @@ module.exports = class DonateCommand extends Command {
|
||||
run(msg) {
|
||||
return msg.say(stripIndents`
|
||||
Contribute to development!
|
||||
https://paypal.me/dragonfire535
|
||||
<https://www.patreon.com/xiaodiscord>
|
||||
<https://paypal.me/dragonfire535>
|
||||
`);
|
||||
}
|
||||
};
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "131.12.0",
|
||||
"version": "131.12.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user