Deleted mysql support, redis password, webhook, keyboard constructors, filters, loguru.
Added support of decorators in handlers Added function to notify admins on startup
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
from aiogram import Dispatcher
|
||||
from aiogram.utils import exceptions
|
||||
from .error_handler import dp
|
||||
|
||||
from .not_modified import message_not_modified, message_to_delete_not_found
|
||||
|
||||
|
||||
def setup(dp: Dispatcher):
|
||||
dp.register_errors_handler(message_not_modified, exception=exceptions.MessageNotModified)
|
||||
dp.register_errors_handler(message_to_delete_not_found, exception=exceptions.MessageToDeleteNotFound)
|
||||
__all__ = ["dp"]
|
||||
|
||||
Reference in New Issue
Block a user