From 793369290465cf4be07eed32540213d3bea02e61 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Thu, 16 Sep 2021 14:21:56 +0700 Subject: [PATCH] fixes --- bot/callback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/callback.py b/bot/callback.py index 308ccc5..c794dd6 100644 --- a/bot/callback.py +++ b/bot/callback.py @@ -48,7 +48,7 @@ async def cbstart(_, query: CallbackQuery): InlineKeyboardButton( "💬 Group", url=f"https://t.me/{Veez.GROUP_NAME}"), InlineKeyboardButton( - "📣 Channel", url=f"https://t.me/{Veez.CHANNEL_NAME]") + "📣 Channel", url=f"https://t.me/{Veez.CHANNEL_NAME}") ], [ InlineKeyboardButton( "🧙🏻‍♂️ Owner", url=f"https://t.me/{Veez.OWNER_NAME}")