diff options
Diffstat (limited to 'ATRI/exceptions.py')
| -rw-r--r-- | ATRI/exceptions.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/exceptions.py b/ATRI/exceptions.py index cd54db4..f5ee0f1 100644 --- a/ATRI/exceptions.py +++ b/ATRI/exceptions.py @@ -137,6 +137,6 @@ async def _(bot: Bot, event, matcher: Matcher, exception: Optional[Exception]):              limiter.increase(group_id)      try: -        await matcher.finish(msg) +        await bot.send(event, msg)      except Exception:          return  | 
