Skip to content

Commit

Permalink
W play.py
Browse files Browse the repository at this point in the history
Signed-off-by: Wildan  <155066169+Muhamadwildan018@users.noreply.github.com>
  • Loading branch information
Muhamadwildan018 authored Jan 7, 2024
1 parent 4ca2177 commit 8815f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AnonXMusic/utils/inline/play.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def stream_markup_timer(_, chat_id, played, dur):
InlineKeyboardButton(text="✫ ꜱᴛᴏʀᴇ ✫", url=f"https://t.me/Disney_storeDan"),
],
[
InlineKeyboardButton(text= "✫ ꜱᴜᴘᴘᴏʀᴛ ✫", url=f"https://t.me/musicsupport_dan"),
InlineKeyboardButton(text= "✫ ꜱᴜᴘᴘᴏʀᴛ ✫", url=f"https://t.me/musicsupportdan"),
],
]
return buttons
Expand All @@ -73,7 +73,7 @@ def stream_markup(_, chat_id):
InlineKeyboardButton(text="✫ ꜱᴛᴏʀᴇ ✫", url=f"https://t.me/Disney_storeDan"),
],
[
InlineKeyboardButton(text= "✫ ꜱᴜᴘᴘᴏʀᴛ ✫", url=f"https://t.me/musicsupport_dan"),
InlineKeyboardButton(text= "✫ ꜱᴜᴘᴘᴏʀᴛ ✫", url=f"https://t.me/musicsupportdan"),
],
]
return buttons
Expand Down

0 comments on commit 8815f2b

Please sign in to comment.