feat: add bot category

This commit is contained in:
2026-02-06 14:03:21 -03:00
parent d972e6598e
commit 69ee765889
+8
View File
@@ -0,0 +1,8 @@
import { CommandCategoryInfo } from '../../commands';
const info: CommandCategoryInfo = {
name: 'Bot',
description: 'Bot management commands'
};
export default info;