add user_hello dialog
This commit is contained in:
6
app/handlers/__init__.py
Normal file
6
app/handlers/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from aiogram import Router
|
||||
|
||||
from .user_handlers import router as user_router
|
||||
|
||||
handlers_router = Router(name="handlers")
|
||||
handlers_router.include_router(user_router)
|
||||
Reference in New Issue
Block a user