mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 15:57:47 +02:00
More Aliases, Thesaurus
This commit is contained in:
@@ -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