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:
5
handlers/users/__init__.py
Normal file
5
handlers/users/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .help import dp
|
||||
from .start import dp
|
||||
from .echo import dp
|
||||
|
||||
__all__ = ["dp"]
|
||||
Reference in New Issue
Block a user