From a6be930638371802e21995030f9d8bd5821be03a Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Thu, 16 Sep 2021 14:09:09 +0700 Subject: [PATCH] costum var --- bot/callback.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot/callback.py b/bot/callback.py index 5d6ed46..308ccc5 100644 --- a/bot/callback.py +++ b/bot/callback.py @@ -46,12 +46,12 @@ async def cbstart(_, query: CallbackQuery): "🌐 Terms & Condition", callback_data="cbinfo") ], [ InlineKeyboardButton( - "💬 Group", url="https://t.me/VeezSupportGroup"), + "💬 Group", url=f"https://t.me/{Veez.GROUP_NAME}"), InlineKeyboardButton( - "📣 Channel", url="https://t.me/levinachannel") + "📣 Channel", url=f"https://t.me/{Veez.CHANNEL_NAME]") ], [ InlineKeyboardButton( - "👩🏻‍💻 Developer", url="https://t.me/dlwrml") + "🧙🏻‍♂️ Owner", url=f"https://t.me/{Veez.OWNER_NAME}") ], [ InlineKeyboardButton( "📚 All Command List", callback_data="cblist")