(text: string)
| 15 | const prefixes = getPrefixes(); |
| 16 | const mainPrefix = prefixes[0]; |
| 17 | |
| 18 | // HTML转义工具(每个插件必须实现) |
| 19 | // 帮助文档常量 |
| 20 | const help_text = `<b>批量删除</b> |
| 21 | |
| 22 | <code>${mainPrefix}da true</code> 开始删除 |
| 23 | <code>${mainPrefix}da stop</code> 停止任务`; |
| 24 |
no outgoing calls
no test coverage detected