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,2 +1,4 @@
|
||||
from . import errors
|
||||
from . import user
|
||||
from .errors import dp
|
||||
from .users import dp
|
||||
|
||||
__all__ = ["dp"]
|
||||
|
||||
Reference in New Issue
Block a user