job增加参数读取

This commit is contained in:
源文雨 2022-03-08 18:11:24 +08:00
parent 6d633fac6a
commit f67932cc56

View File

@ -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.Event.RawEvent.Raw = ctx.Event.RawEvent.Raw[:start] + arr + ctx.Event.RawEvent.Raw[numend+1:]
} }
ctx.SendChain(message.Text("指令读取完成"))
return true return true
} }