Skip to content

Commit

Permalink
Update extras.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saavudaw authored Apr 11, 2024
1 parent 8c63ce9 commit 694f2d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AnonXMusic/utils/inline/extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ def botplaylist_markup(_):
buttons = [
[
InlineKeyboardButton(text=_["S_B_9"], url=SUPPORT_CHAT),
InlineKeyboardButton(text=_["CLOSE_BUTTON"], callback_data="close"),
InlineKeyboardButton(text=_["ɴᴏɪ ɴᴏɪ_BUTTON"], callback_data="ɴᴏɪ ɴᴏɪ"),
],
]
return buttons


def close_markup(_):
def ɴᴏɪ ɴᴏɪ_markup(_):
upl = InlineKeyboardMarkup(
[
[
InlineKeyboardButton(
text=_["ɴᴏɪ ɴᴏɪ - 𝐓𝐇𝐀𝐕𝐀𝐑𝐀𝐍𝐀 𝐒𝐞𝐲𝐚𝐥"],
callback_data="close",
callback_data="ɴᴏɪ ɴᴏɪ",
),
]
]
Expand Down

0 comments on commit 694f2d4

Please sign in to comment.