This commit is contained in:
levina 2021-09-16 14:21:56 +07:00 committed by GitHub
parent 1e86d238a4
commit 7933692904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ async def cbstart(_, query: CallbackQuery):
InlineKeyboardButton( InlineKeyboardButton(
"💬 Group", url=f"https://t.me/{Veez.GROUP_NAME}"), "💬 Group", url=f"https://t.me/{Veez.GROUP_NAME}"),
InlineKeyboardButton( InlineKeyboardButton(
"📣 Channel", url=f"https://t.me/{Veez.CHANNEL_NAME]") "📣 Channel", url=f"https://t.me/{Veez.CHANNEL_NAME}")
], [ ], [
InlineKeyboardButton( InlineKeyboardButton(
"🧙🏻‍♂️ Owner", url=f"https://t.me/{Veez.OWNER_NAME}") "🧙🏻‍♂️ Owner", url=f"https://t.me/{Veez.OWNER_NAME}")