Fix errors_handler

This commit is contained in:
Zakhar Izmaylov
2025-01-19 09:16:56 +03:00
parent fc4bb88db8
commit 4c4a1a297c
+1 -1
View File
@@ -24,7 +24,7 @@ dp.message.filter(IsPrivate())
dp.callback_query.filter(IsPrivate())
@router.errors(ExceptionTypeFilter(Exception))
@dp.errors(ExceptionTypeFilter(Exception))
async def errors_handler(
event: ErrorEvent,
bot: Bot,