chore: update core service - get plugin manifest

This commit is contained in:
Louis 2023-10-24 11:49:49 +07:00
parent 6c9069a1ad
commit bef07397b5
No known key found for this signature in database

View File

@ -131,6 +131,11 @@ export enum DataService {
* Updates a bot matching an ID.
*/
UpdateBot = "updateBot",
/**
* Gets the plugin manifest.
*/
GetPluginManifest = "getPluginManifest",
}
/**