aboutsummaryrefslogtreecommitdiff
path: root/src/commands/info/helpCommand.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/info/helpCommand.ts')
-rw-r--r--src/commands/info/helpCommand.ts1
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',