Files
luma/src/commands/voice/_category.ts
T
2026-01-13 17:53:31 -03:00

9 lines
176 B
TypeScript

import { CommandCategoryInfo } from '../../commands';
const info: CommandCategoryInfo = {
name: 'Voice',
description: 'Voice chat related commands'
};
export default info;