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