fix_refferal/GIFTS/redirect/name_sub and more

This commit is contained in:
Vladless
2024-12-19 20:39:07 +03:00
parent ae22950ce3
commit 2becee7f02
+1 -1
View File
@@ -245,5 +245,5 @@ async def handle_about_vpn(callback_query: CallbackQuery):
builder.row(InlineKeyboardButton(text="⬅️ Назад", callback_data="start"))
await callback_query.message.answer(
get_about_vpn("3.2.21-Release"), reply_markup=builder.as_markup()
get_about_vpn("3.2.3-beta-gifts"), reply_markup=builder.as_markup()
)