fix donate
This commit is contained in:
+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.6_preStable")
|
||||
about_vpn_message = get_about_vpn("3.0.7_preStable")
|
||||
|
||||
builder = InlineKeyboardBuilder()
|
||||
builder.row(
|
||||
|
||||
Reference in New Issue
Block a user