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

@@ -24,7 +24,7 @@ func init() { // 插件主体
control.Register("aiwife", order.PrioAIWife, &control.Options{
DisableOnDefault: false,
Help: "AIWife\n" +
"- waifu|随机waifu",
"- waifu | 随机waifu",
}).OnFullMatchGroup([]string{"waifu", "随机waifu"}).SetBlock(true).
Handle(func(ctx *zero.Ctx) {
miku := rand.Intn(100000) + 1