chore(telegram_bot): small improvements

This commit is contained in:
ITQ
2025-02-20 22:12:58 +03:00
parent 2390b24323
commit 8d7ff22d7a
3 changed files with 6 additions and 5 deletions
@@ -7,10 +7,10 @@ from aiogram_dialog import DialogManager
from api.client import AdNovaClient
from filters.auth import AuthenticatedFilter
stats_router = Router()
statistics_router = Router()
@stats_router.message(Command("stats"), AuthenticatedFilter())
@statistics_router.message(Command("statistics"), AuthenticatedFilter())
async def stats_command(
message: Message, dialog_manager: DialogManager, state: FSMContext
) -> None: