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