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 } // 获取名字