diff options
Diffstat (limited to 'src/commands/info/helpCommand.ts')
-rw-r--r-- | src/commands/info/helpCommand.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/info/helpCommand.ts b/src/commands/info/helpCommand.ts index 30c2a21..3b5e538 100644 --- a/src/commands/info/helpCommand.ts +++ b/src/commands/info/helpCommand.ts @@ -9,6 +9,7 @@ export default class HelpCommand extends BushCommand { constructor() { super('help', { aliases: ['help'], + category: 'info', description: { content: 'Shows the commands of the bot', usage: 'help', |