diff --git a/nonebot/message.py b/nonebot/message.py index a7189058..28dc2edb 100644 --- a/nonebot/message.py +++ b/nonebot/message.py @@ -311,6 +311,9 @@ async def handle_event(bot: "Bot", event: "Event") -> None: "Error when checking Matcher." ) + if show_log: + logger.debug("Checking for matchers completed") + if coros := [ run_coro_with_catch( proc(