Vylpes
2cc12d91be
* Merge VylBot-Core * Update commands to new system * Fix issue where events would not load
7 lines
149 B
TypeScript
7 lines
149 B
TypeScript
import { Command } from "../../../src/type/command";
|
|
|
|
export default class noCategory extends Command {
|
|
constructor() {
|
|
super();
|
|
}
|
|
}
|