From 99a5960794f9d33f4ba3ce76a9b899f473d3358f Mon Sep 17 00:00:00 2001 From: Kanri Date: Wed, 8 Sep 2021 09:40:45 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=88=91=E5=A5=BD=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_atri/atri.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_atri/atri.go b/plugin_atri/atri.go index 7ee90633..3ee8666f 100644 --- a/plugin_atri/atri.go +++ b/plugin_atri/atri.go @@ -204,7 +204,7 @@ func init() { // 插件主体 zero.OnKeywordGroup([]string{"我好了"}, atriSwitch(), atriSleep()).SetBlock(true).SetPriority(prio). Handle(func(ctx *zero.Ctx) { time.Sleep(time.Second * 1) - ctx.SendChain(message.Reply(ctx.Event.MessageID), message.Text(randText("不许好!", "憋回去!"))) + ctx.SendChain(message.Reply(ctx.Event.MessageID), randText("不许好!", "憋回去!")) }) zero.OnFullMatchGroup([]string{"?", "?", "¿"}, atriSwitch(), atriSleep()).SetBlock(true).SetPriority(prio). Handle(func(ctx *zero.Ctx) {