| 588 | // 必须在 description 中引用 help_text |
| 589 | description: string = `群组消息批量删除插件\n\n${help_text}`; |
| 590 | |
| 591 | cmdHandlers: Record<string, (msg: Api.Message) => Promise<void>> = { |
| 592 | da, |
| 593 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected