From 6484bf2c6e301e3306f2ed2ed55b77a0302da8ae Mon Sep 17 00:00:00 2001 From: Vladless Date: Sat, 28 Dec 2024 22:46:20 +0300 Subject: [PATCH] TV/Send_message/custom_refferal_level/buttons --- handlers/start.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/handlers/start.py b/handlers/start.py index 112eb030..d685619a 100644 --- a/handlers/start.py +++ b/handlers/start.py @@ -216,7 +216,10 @@ async def handle_connect_vpn(callback_query: CallbackQuery, session: Any): ) builder.row( InlineKeyboardButton( - text="💻 Windows/Linux", callback_data=f"connect_pc|{email}" + text="💻 Компьютеры", callback_data=f"connect_pc|{email}" + ), + InlineKeyboardButton( + text="📺 Андроид TV", callback_data=f"connect_tv|{email}" ) ) builder.row(