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

@@ -20,7 +20,7 @@ var (
func init() { // 插件主体
engine := control.Register("tracemoe", order.PrioTraceMoe, &control.Options{
DisableOnDefault: false,
Help: "tracemoe\n- 搜番|搜索番剧[图片]",
Help: "tracemoe\n- 搜番 | 搜索番剧[图片]",
})
// 以图搜图
engine.OnKeywordGroup([]string{"搜番", "搜索番剧"}, picture.CmdMatch, picture.MustGiven).SetBlock(true).