From 3c6b9b65390f3f01c4f6f77a1a7903e22548dd43 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Mon, 1 Nov 2021 15:16:52 +0700 Subject: [PATCH] change button --- program/video.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/program/video.py b/program/video.py index 92cca52..934a93a 100644 --- a/program/video.py +++ b/program/video.py @@ -62,10 +62,10 @@ async def vplay(client, m: Message): [ [ InlineKeyboardButton( - text="✨ ɢʀᴏᴜᴘ", url=f"https://t.me/{GROUP_SUPPORT}" + text="• Mᴇɴᴜ", callback_data="cbmenu" ), InlineKeyboardButton( - text="🌻 ᴄʜᴀɴɴᴇʟ", url=f"https://t.me/{UPDATES_CHANNEL}" + text="• Cʟᴏsᴇ", callback_data="cls" ), ] ] @@ -224,10 +224,10 @@ async def vstream(client, m: Message): [ [ InlineKeyboardButton( - text="✨ ɢʀᴏᴜᴘ", url=f"https://t.me/{GROUP_SUPPORT}" + text="• Mᴇɴᴜ", callback_data="cbmenu" ), InlineKeyboardButton( - text="🌻 ᴄʜᴀɴɴᴇʟ", url=f"https://t.me/{UPDATES_CHANNEL}" + text="• Cʟᴏsᴇ", callback_data="cls" ), ] ]