From 358113f823936a8b5613535067941a17169d942f Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 26 May 2021 22:01:05 -0400 Subject: add info category to commands --- src/commands/info/botInfoCommand.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/info/botInfoCommand.ts') 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', -- cgit