From 5c8111553ddf045965fa54d174cbf245f86ba4a9 Mon Sep 17 00:00:00 2001 From: yogurtmenn Date: Tue, 25 Mar 2025 05:43:14 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20bot-tg.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot-tg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot-tg.py b/bot-tg.py index ad7f5e8..5b414fa 100644 --- a/bot-tg.py +++ b/bot-tg.py @@ -58,7 +58,7 @@ async def cmd_start(message: types.Message): reply_markup=keyboard ) -@dp.message(lambda message: message.text in ["Узнать погоду", "ℹ️ Помощь"]) +@dp.message(lambda message: message.text in ["Узнать погоду", "Помощь"]) async def button_handler(message: types.Message): if message.text == "Узнать погоду": await message.answer("Введите название города:")