Improvements

This commit is contained in:
Ethan Lane 2021-08-21 15:20:40 +01:00
parent 044140d58d
commit bb848dcec3
6 changed files with 10 additions and 50 deletions

View file

@ -3,6 +3,5 @@ import { Command } from "../../../src/type/command";
export class noCategory extends Command {
constructor() {
super();
}
}

View file

@ -1,6 +1,6 @@
import { Command } from "../../../src/type/command";
export class name extends Command {
export class normal extends Command {
constructor() {
super();
this._category = "General";