This commit is contained in:
mike12345567 2023-03-02 18:22:58 +00:00
parent 2125331b14
commit 4d0116a553
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ export enum CommandWord {
HOSTING = "hosting",
ANALYTICS = "analytics",
HELP = "help",
PLUGIN = "plugins"
PLUGIN = "plugins",
}
export enum InitType {
@ -18,4 +18,4 @@ export const AnalyticsEvent = {
OptIn: "analytics:opt:in",
SelfHostInit: "hosting:init",
PluginInit: Event.PLUGIN_INIT,
}
}