From bef07397b5467263dfd65ff6894ba4ecf396826e Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 24 Oct 2023 11:49:49 +0700 Subject: [PATCH] chore: update core service - get plugin manifest --- core/index.ts | 5 +++++ 1 file changed, 5 insertions(+) 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", } /**