From cab917d054700ea252ba5df3c2f268ead6df410b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 17:52:33 +0900 Subject: [PATCH] =?UTF-8?q?chore(lint):=20=E6=94=B9=E8=BF=9B=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=A0=B7=E5=BC=8F=20(#888)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- plugin/yujn/yujn.go | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/yujn/yujn.go b/plugin/yujn/yujn.go index ac9e2ac579..f36718e91a 100644 --- a/plugin/yujn/yujn.go +++ b/plugin/yujn/yujn.go @@ -103,7 +103,6 @@ func init() { recordType := ctx.State["matched"].(string) // 假设这是获取消息文本的方式 recordURL := urlMap[recordType] ctx.SendChain(message.Record(recordURL)) - }) engine.OnFullMatchGroup([]string{"随机骚话", "土味情话", "随机污句子"}).SetBlock(true).Limit(ctxext.LimitByUser).Handle(func(ctx *zero.Ctx) { textType := ctx.State["matched"].(string) // 假设这是获取消息文本的方式