From f9d79eb1f72886b1f996ba03ceb824ca20eb91a0 Mon Sep 17 00:00:00 2001 From: Herzic Date: Tue, 10 Mar 2026 18:00:33 +0300 Subject: [PATCH] chore: remove city button --- bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.py b/bot.py index b305d31..8fe3a01 100644 --- a/bot.py +++ b/bot.py @@ -103,7 +103,6 @@ def main_menu_keyboard(): [InlineKeyboardButton(text="📤 Загрузить файл с ссылками", callback_data="upload_links")], [ InlineKeyboardButton(text="⚙️ Настройки", callback_data="settings_menu"), - InlineKeyboardButton(text="🌆 Сменить город", callback_data="city_menu") ], ])