(text: string)
| 24 | |
| 25 | const pluginName = "mode"; |
| 26 | const commandName = `${mainPrefix}${pluginName}`; |
| 27 | |
| 28 | /* ===================== Help Menu ===================== */ |
| 29 | |
| 30 | const help_text = ` |
| 31 | 📌 <b>消息模式插件(支持 per-chat / 白名单 / 黑名单)</b> |
| 32 | |
| 33 | 🧭 查看当前会话模式 |
no outgoing calls
no test coverage detected