From 283498980c3eafae593492fa0916dcdb374f831c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E6=9F=B3=E7=85=9C?= <101934327+fangliuyu@users.noreply.github.com> Date: Fri, 26 Sep 2025 23:03:29 +0800 Subject: [PATCH] make lint happy --- plugin/wife/wifegame.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/wife/wifegame.go b/plugin/wife/wifegame.go index 43b1a50a..d8051e52 100644 --- a/plugin/wife/wifegame.go +++ b/plugin/wife/wifegame.go @@ -29,7 +29,7 @@ var ( ) func init() { - enguess.OnFullMatch("猜老婆", getJson).SetBlock(true).Limit(ctxext.LimitByUser).Handle(func(ctx *zero.Ctx) { + enguess.OnFullMatch("猜老婆", getJSON).SetBlock(true).Limit(ctxext.LimitByUser).Handle(func(ctx *zero.Ctx) { class := 3 card := cards[rand.Intn(len(cards))]