diff --git a/main.go b/main.go index 4f3730339d..54b4c3ce55 100644 --- a/main.go +++ b/main.go @@ -313,7 +313,7 @@ func main() { rand.Seed(time.Now().UnixNano()) //nolint: staticcheck } // 帮助 - zero.OnFullMatchGroup([]string{"/help", ".help", "菜单"}, zero.OnlyToMe).SetBlock(true). + zero.OnFullMatchGroup([]string{"help", "/help", ".help", "菜单"}, zero.OnlyToMe).SetBlock(true). Handle(func(ctx *zero.Ctx) { ctx.SendChain(message.Text(banner.Banner, "\n管理发送\"/服务列表\"查看 bot 功能\n发送\"/用法name\"查看功能用法")) })