mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-20 22:40:23 +08:00
✨ job增加参数读取
This commit is contained in:
parent
6d633fac6a
commit
f67932cc56
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user