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