chore: remove city button
This commit is contained in:
parent
30a9e4b3b6
commit
f9d79eb1f7
1
bot.py
1
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")
|
||||
],
|
||||
])
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user