feat: add join and leave commands

This commit is contained in:
2026-01-10 12:22:12 -03:00
parent c9c88baa11
commit ace276b2a8
3 changed files with 87 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { CommandCategoryInfo } from '../../commands';
const info: CommandCategoryInfo = {
name: 'Voice',
description: 'Voice chat related commands'
};
export default info;