change button

This commit is contained in:
levina 2021-11-01 15:16:52 +07:00 committed by GitHub
parent 4a9308018a
commit 3c6b9b6539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,10 +62,10 @@ async def vplay(client, m: Message):
[ [
[ [
InlineKeyboardButton( InlineKeyboardButton(
text="✨ ɢʀᴏᴜᴘ", url=f"https://t.me/{GROUP_SUPPORT}" text="• Mᴇɴ", callback_data="cbmenu"
), ),
InlineKeyboardButton( InlineKeyboardButton(
text="🌻 ᴄʜᴀɴɴᴇʟ", url=f"https://t.me/{UPDATES_CHANNEL}" text="• Cʟsᴇ", callback_data="cls"
), ),
] ]
] ]
@ -224,10 +224,10 @@ async def vstream(client, m: Message):
[ [
[ [
InlineKeyboardButton( InlineKeyboardButton(
text="✨ ɢʀᴏᴜᴘ", url=f"https://t.me/{GROUP_SUPPORT}" text="• Mᴇɴ", callback_data="cbmenu"
), ),
InlineKeyboardButton( InlineKeyboardButton(
text="🌻 ᴄʜᴀɴɴᴇʟ", url=f"https://t.me/{UPDATES_CHANNEL}" text="• Cʟsᴇ", callback_data="cls"
), ),
] ]
] ]