Improvements
This commit is contained in:
parent
044140d58d
commit
bb848dcec3
6 changed files with 10 additions and 50 deletions
|
@ -3,6 +3,5 @@ import { Command } from "../../../src/type/command";
|
|||
export class noCategory extends Command {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
}
|
||||
}
|
|
@ -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";
|
Reference in a new issue