connect driver-adapter-matcher

This commit is contained in:
yanyongyu
2020-07-11 17:32:03 +08:00
parent ea21d6ffcc
commit d616290626
10 changed files with 280 additions and 20 deletions

View File

@ -94,7 +94,6 @@ class Matcher:
def _decorator(func: Handler) -> Handler:
@wraps(func)
async def _handler(bot, event: Event, state: dict):
raise PausedException