import { CommandCategoryInfo } from '../../commands'; const info: CommandCategoryInfo = { name: 'Bot', description: 'Bot management commands' }; export default info;