mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-06 15:20:22 +00:00
✨ job增加参数读取
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user