feat: add general cat

This commit is contained in:
2026-01-14 02:31:56 -03:00
parent d3a6decef6
commit 4033b6f6b5
+8
View File
@@ -0,0 +1,8 @@
import { CommandCategoryInfo } from '../../commands';
const info: CommandCategoryInfo = {
name: 'General',
description: 'General / uncategorized commands'
};
export default info;