diff --git a/src/commands/bot/_category.ts b/src/commands/bot/_category.ts new file mode 100644 index 0000000..fe9e00b --- /dev/null +++ b/src/commands/bot/_category.ts @@ -0,0 +1,8 @@ +import { CommandCategoryInfo } from '../../commands'; + +const info: CommandCategoryInfo = { + name: 'Bot', + description: 'Bot management commands' +}; + +export default info;