diff options
Diffstat (limited to 'src/commands/info/botInfoCommand.ts')
-rw-r--r-- | src/commands/info/botInfoCommand.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/info/botInfoCommand.ts b/src/commands/info/botInfoCommand.ts index e6a4fbb..779b318 100644 --- a/src/commands/info/botInfoCommand.ts +++ b/src/commands/info/botInfoCommand.ts @@ -6,6 +6,7 @@ export default class BotInfoCommand extends BushCommand { constructor() { super('botinfo', { aliases: ['botinfo'], + category: 'info', description: { content: 'Shows information about the bot', usage: 'botinfo', |