feat: add bot category
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { CommandCategoryInfo } from '../../commands';
|
||||
|
||||
const info: CommandCategoryInfo = {
|
||||
name: 'Bot',
|
||||
description: 'Bot management commands'
|
||||
};
|
||||
|
||||
export default info;
|
||||
Reference in New Issue
Block a user