From 4a9308018a244f9ccaea3ac38f0f823fbd22cf8d Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Mon, 1 Nov 2021 15:16:06 +0700 Subject: [PATCH] change button --- program/music.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/program/music.py b/program/music.py index 0ea7bf3..f0afd6f 100644 --- a/program/music.py +++ b/program/music.py @@ -56,10 +56,10 @@ async def play(_, m: Message): [ [ InlineKeyboardButton( - text="✨ ɢʀᴏᴜᴘ", url=f"https://t.me/{GROUP_SUPPORT}" + text="• Mᴇɴᴜ", callback_data="cbmenu" ), 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( - text="✨ ɢʀᴏᴜᴘ", url=f"https://t.me/{GROUP_SUPPORT}" + text="• Mᴇɴᴜ", callback_data="cbmenu" ), InlineKeyboardButton( - text="🌻 ᴄʜᴀɴɴᴇʟ", url=f"https://t.me/{UPDATES_CHANNEL}" + text="• Cʟᴏsᴇ", callback_data="cls" ), ] ]