Skip to content

Commit

Permalink
chore: update core service - get plugin manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-menlo committed Oct 24, 2023
1 parent 6c9069a commit bef0739
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ export enum DataService {
* Updates a bot matching an ID.
*/
UpdateBot = "updateBot",

/**
* Gets the plugin manifest.
*/
GetPluginManifest = "getPluginManifest",
}

/**
Expand Down

0 comments on commit bef0739

Please sign in to comment.