| 16 | `; |
| 17 | |
| 18 | class HttpCatPlugin extends Plugin { |
| 19 | |
| 20 | description: string = `\nHTTP猫猫图片\n\n${help_text}`; |
| 21 | cmdHandlers: Record<string, (msg: Api.Message) => Promise<void>> = { |
nothing calls this directly
no outgoing calls
no test coverage detected