mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 05:51:35 +02:00
More Aliases, Thesaurus
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = class DonateCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'donate',
|
||||
aliases: ['patreon', 'paypal', 'ko-fi'],
|
||||
aliases: ['patreon', 'paypal', 'ko-fi', 'donators'],
|
||||
group: 'util',
|
||||
memberName: 'donate',
|
||||
description: 'Responds with Xiao\'s donation links.',
|
||||
|
||||
@@ -6,7 +6,7 @@ module.exports = class HelpCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'help',
|
||||
aliases: ['commands'],
|
||||
aliases: ['commands', 'command-list'],
|
||||
group: 'util',
|
||||
memberName: 'help',
|
||||
description: 'Displays a list of available commands, or detailed information for a specified command.',
|
||||
|
||||
Reference in New Issue
Block a user