♻️ Меню: убран /start, добавлен обработчик услуг

- menu.py: убрана кнопка /start из главного меню
- services.py: добавлен хендлер на кнопку "📋 Услуги"
- booking.py: добавлен лог при подтверждении бронирования
This commit is contained in:
DevProject Agent
2026-06-14 20:01:21 +04:00
parent d7ee82e3a5
commit 1d5b52f7b2
3 changed files with 24 additions and 3 deletions
+1 -1
View File
@@ -2,9 +2,9 @@ from aiogram.types import ReplyKeyboardMarkup, KeyboardButton
menu = ReplyKeyboardMarkup(
keyboard=[
[KeyboardButton(text="/start")],
[KeyboardButton(text="\U0001f4cb \u0423\u0441\u043b\u0443\u0433\u0438")],
[KeyboardButton(text="\U0001f4c5 \u0417\u0430\u043f\u0438\u0441\u0430\u0442\u044c\u0441\u044f")],
[KeyboardButton(text="\U0001f464 \u041f\u0440\u043e\u0444\u0438\u043b\u044c")],
[KeyboardButton(text="\U0001f4c4 \u041c\u043e\u0438 \u0437\u0430\u043f\u0438\u0441\u0438")],
[KeyboardButton(text="\U0001f4de \u041a\u043e\u043d\u0442\u0430\u043a\u0442\u044b")],
[KeyboardButton(text="\u2139\ufe0f \u041e \u043d\u0430\u0441")],