MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins /

Class

im/im.ts:183–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181// ==================== 主插件类 ====================
182class ImageMonitorPlugin extends Plugin {
183 description: string = HELP_TEXT;
184
185 cmdHandlers: Record<string, (msg: Api.Message) => Promise<void>> = {
186 im: this.handleConfigCommand.bind(this),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected