Files
luma/src/commands/bot/_category.ts
T

9 lines
170 B
TypeScript

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