check for reply

This commit is contained in:
yanyongyu
2020-08-28 11:54:21 +08:00
parent 43bd9d0a96
commit def5caedbc
5 changed files with 40 additions and 9 deletions

View File

@ -34,7 +34,6 @@ async def _run_matcher(Matcher: Type[Matcher], bot: Bot, event: Event,
f"<r><bg #f8bbd0>Rule check failed for {Matcher}.</bg #f8bbd0></r>")
return
# TODO: log matcher
logger.info(f"Event will be handled by {Matcher}")
matcher = Matcher()