costum var

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

View File

@ -46,12 +46,12 @@ async def cbstart(_, query: CallbackQuery):
"🌐 Terms & Condition", callback_data="cbinfo") "🌐 Terms & Condition", callback_data="cbinfo")
], [ ], [
InlineKeyboardButton( InlineKeyboardButton(
"💬 Group", url="https://t.me/VeezSupportGroup"), "💬 Group", url=f"https://t.me/{Veez.GROUP_NAME}"),
InlineKeyboardButton( InlineKeyboardButton(
"📣 Channel", url="https://t.me/levinachannel") "📣 Channel", url=f"https://t.me/{Veez.CHANNEL_NAME]")
], [ ], [
InlineKeyboardButton( InlineKeyboardButton(
"👩🏻‍💻 Developer", url="https://t.me/dlwrml") "🧙🏻‍♂️ Owner", url=f"https://t.me/{Veez.OWNER_NAME}")
], [ ], [
InlineKeyboardButton( InlineKeyboardButton(
"📚 All Command List", callback_data="cblist") "📚 All Command List", callback_data="cblist")