| 34 | description: string = `编码解码工具插件\n\n${help_text}`; |
| 35 | |
| 36 | cmdHandlers: Record<string, (msg: Api.Message) => Promise<void>> = { |
| 37 | // 显示帮助信息 |
| 38 | encode: async (msg: Api.Message) => { |
| 39 | await msg.edit({ text: help_text, parseMode: "html" }); |
nothing calls this directly
no outgoing calls
no test coverage detected