🐛 run_postprecessors handle matcher.state now (#1119)

This commit is contained in:
AkiraXie
2022-08-02 10:29:48 +08:00
committed by GitHub
parent 63f8d78d20
commit c6bc24efc2

View File

@ -208,7 +208,7 @@ async def _run_matcher(
exception=exception,
bot=bot,
event=event,
state=state,
state=matcher.state,
stack=stack,
dependency_cache=dependency_cache,
),