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