mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 00:04:48 +02:00
Credit Command
This commit is contained in:
+11
-1
@@ -9,7 +9,17 @@ module.exports = class DonateCommand extends Command {
|
||||
group: 'util',
|
||||
memberName: 'donate',
|
||||
description: 'Responds with the bot\'s donation links.',
|
||||
guarded: true
|
||||
guarded: true,
|
||||
credit: [
|
||||
{
|
||||
name: 'Patreon',
|
||||
url: 'https://www.patreon.com/'
|
||||
},
|
||||
{
|
||||
name: 'PayPal',
|
||||
url: 'https://www.paypal.com/us/home'
|
||||
}
|
||||
]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user