Update start.py
This commit is contained in:
committed by
GitHub
parent
e2796d22e2
commit
346dfaee2e
+1
-1
@@ -135,7 +135,7 @@ async def handle_connect_vpn(callback_query: CallbackQuery, session):
|
||||
async def handle_about_vpn(callback_query: CallbackQuery):
|
||||
await callback_query.message.delete()
|
||||
|
||||
about_vpn_message = get_about_vpn("3.0.7_preStable")
|
||||
about_vpn_message = get_about_vpn("3.0.8_preStable")
|
||||
|
||||
builder = InlineKeyboardBuilder()
|
||||
builder.row(
|
||||
|
||||
Reference in New Issue
Block a user