From f67932cc5634e8980ce90d524acc48992faf4828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Tue, 8 Mar 2022 18:11:24 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20job=E5=A2=9E=E5=8A=A0=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E8=AF=BB=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/job/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/job/main.go b/plugin/job/main.go index d7cdd335..2ac73890 100644 --- a/plugin/job/main.go +++ b/plugin/job/main.go @@ -261,6 +261,5 @@ func parseArgs(ctx *zero.Ctx) bool { } ctx.Event.RawEvent.Raw = ctx.Event.RawEvent.Raw[:start] + arr + ctx.Event.RawEvent.Raw[numend+1:] } - ctx.SendChain(message.Text("指令读取完成")) return true }