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))]