mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-13 02:30:26 +00:00
Make Help manual legible (#110)
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user