From 343a685820608a110d01c68f9a97783a40ba6f1a Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Thu, 16 Sep 2021 14:05:51 +0700 Subject: [PATCH] costum var --- bot/videoplayer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/videoplayer.py b/bot/videoplayer.py index 3aed54e..9345b2f 100644 --- a/bot/videoplayer.py +++ b/bot/videoplayer.py @@ -82,10 +82,10 @@ async def startvideo(client, m: Message): [ InlineKeyboardButton( text="✨ ɢʀᴏᴜᴘ", - url="https://t.me/VeezSupportGroup"), + url=f"https://t.me/{Veez.GROUP_NAME}"), InlineKeyboardButton( text="🌻 ᴄʜᴀɴɴᴇʟ", - url="https://t.me/levinachannel") + url=f"https://t.me/{Veez.CHANNEL_NAME}") ] ] )