This commit is contained in:
mike12345567 2023-03-02 18:22:58 +00:00
parent 7c8784c846
commit f854cf083c
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ export enum CommandWord {
HOSTING = "hosting", HOSTING = "hosting",
ANALYTICS = "analytics", ANALYTICS = "analytics",
HELP = "help", HELP = "help",
PLUGIN = "plugins" PLUGIN = "plugins",
} }
export enum InitType { export enum InitType {