costum var
This commit is contained in:
parent
343a685820
commit
a6be930638
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user