diff --git a/core/index.ts b/core/index.ts index 1f2d8aa84..5d8a29c57 100644 --- a/core/index.ts +++ b/core/index.ts @@ -131,6 +131,11 @@ export enum DataService { * Updates a bot matching an ID. */ UpdateBot = "updateBot", + + /** + * Gets the plugin manifest. + */ + GetPluginManifest = "getPluginManifest", } /**