Update error_handler.py
This commit is contained in:
parent
05376e04fd
commit
7c151a4077
|
@ -1,8 +1,7 @@
|
|||
import logging
|
||||
from aiogram.utils.exceptions import (Unauthorized, InvalidQueryID, TelegramAPIError,
|
||||
CantDemoteChatCreator, MessageNotModified, MessageToDeleteNotFound,
|
||||
MessageTextIsEmpty, RetryAfter,
|
||||
CantParseEntities, MessageCantBeDeleted)
|
||||
from aiogram.utils.exceptions import (TelegramAPIError,
|
||||
MessageNotModified,
|
||||
CantParseEntities)
|
||||
|
||||
|
||||
from loader import dp
|
||||
|
|
Loading…
Reference in New Issue
Block a user