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:
@@ -4,4 +4,4 @@ from .throttling import ThrottlingMiddleware
|
||||
|
||||
|
||||
def setup(dp: Dispatcher):
|
||||
dp.middleware.setup(ThrottlingMiddleware)
|
||||
dp.middleware.setup(ThrottlingMiddleware())
|
||||
|
||||
Reference in New Issue
Block a user