change button

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

View File

@ -56,10 +56,10 @@ async def play(_, 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"
), ),
] ]
] ]
@ -207,10 +207,10 @@ async def stream(_, 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"
), ),
] ]
] ]