Make Help manual legible (#110)

This commit is contained in:
Mayuri
2022-01-19 13:28:37 +08:00
committed by GitHub
parent db5177027f
commit 3aabc089d8
16 changed files with 42 additions and 42 deletions

View File

@@ -25,7 +25,7 @@ func init() { // 插件主体
engine := control.Register(serviceName, order.PrioAIReply, &control.Options{
DisableOnDefault: false,
Help: "人工智能回复\n" +
"- @Bot 任意文本(任意一句话回复)\n- 设置回复模式[青云客|小爱]\n- ",
"- @Bot 任意文本(任意一句话回复)\n- 设置回复模式[青云客 | 小爱]\n- ",
})
// 回复 @和包括名字
engine.OnMessage(zero.OnlyToMe).SetBlock(true).