9 lines
170 B
TypeScript
9 lines
170 B
TypeScript
import { CommandCategoryInfo } from '../../commands';
|
|
|
|
const info: CommandCategoryInfo = {
|
|
name: 'Bot',
|
|
description: 'Bot management commands'
|
|
};
|
|
|
|
export default info;
|