vylbot-app/tests/__mocks/commands/noCategory.ts

8 lines
149 B
TypeScript
Raw Normal View History

import { Command } from "../../../src/type/command";
export default class noCategory extends Command {
constructor() {
super();
}
}