mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Beep
This commit is contained in:
@@ -11,7 +11,6 @@ module.exports = class HelpCommand extends Command {
|
||||
memberName: 'help',
|
||||
description: 'Displays a list of available commands, or detailed information for a specified command.',
|
||||
guarded: true,
|
||||
clientPermissions: ['EMBED_LINKS'],
|
||||
args: [
|
||||
{
|
||||
key: 'command',
|
||||
@@ -33,7 +32,7 @@ module.exports = class HelpCommand extends Command {
|
||||
${data.description}
|
||||
_${data.details}_
|
||||
|
||||
**Format**: ${msg.anyUsage(data.name, data.format || '')}
|
||||
**Format**: ${msg.anyUsage(`${data.name} ${data.format || ''}`)}
|
||||
**Aliases**: ${data.aliases.join(', ') || 'None'}
|
||||
**Group**: ${data.group.name}
|
||||
`);
|
||||
|
||||
Reference in New Issue
Block a user