From bb58647b3ef72469d4c5ed0a45cea9d510c1f8c0 Mon Sep 17 00:00:00 2001 From: Kanri Date: Wed, 14 Jul 2021 14:10:30 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=88=B3=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_setutime/setu_geter.go | 2 +- plugin_shindan/shindan.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin_setutime/setu_geter.go b/plugin_setutime/setu_geter.go index a2e00cf8..a0b58eb1 100644 --- a/plugin_setutime/setu_geter.go +++ b/plugin_setutime/setu_geter.go @@ -59,7 +59,7 @@ func init() { // 插件主体 zero.OnRegex(`^来份(.*)$`, FirstValueInList(POOL.List)).SetBlock(true).SetPriority(20). Handle(func(ctx *zero.Ctx) { if !limit.Load(ctx.Event.UserID).Acquire() { - ctx.SendChain(message.Text("少女祈祷中......")) + ctx.SendChain(message.Text("请稍后重试0x0...")) return } var type_ = ctx.State["regex_matched"].([]string)[1] diff --git a/plugin_shindan/shindan.go b/plugin_shindan/shindan.go index 3107f9bb..501ca140 100644 --- a/plugin_shindan/shindan.go +++ b/plugin_shindan/shindan.go @@ -28,7 +28,7 @@ func init() { // shindanmaker 处理函数 var handle = func(ctx *zero.Ctx) { if !limit.Load(ctx.Event.UserID).Acquire() { - ctx.Send("请稍后重试0x0...") + ctx.SendChain(message.Text("请稍后重试0x0...")) return } // 获取名字