fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-29 08:46:33 +05:00
parent 701d940790
commit 9daac15f2c

View File

@@ -29,7 +29,7 @@ async def on_startup(dispatcher):
@dispatcher.message_handler(commands=['start', 'help'])
async def send_welcome(message: Message):
await message.reply("Привет! Я твой личный Pomodoro-бот. Выбирай действие:", reply_markup=menu_kb)
await message.answer("Привет! Я твой личный Pomodoro-бот. Выбирай действие:", reply_markup=menu_kb)
@dispatcher.callback_query_handler(lambda call: call.data.startswith("action_"))
async def handle_callback(call: types.CallbackQuery):