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