diff --git a/pomodoro_bot/bot.py b/pomodoro_bot/bot.py index 058c7b7..1e3b5f7 100644 --- a/pomodoro_bot/bot.py +++ b/pomodoro_bot/bot.py @@ -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):