Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions BrandrdXMusic/utils/inline/play.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def stream_markup_timer(_, vidid, chat_id, played, dur):
InlineKeyboardButton(text="▢", callback_data=f"ADMIN Stop|{chat_id}"),
],
[
InlineKeyboardButton(text="ᴏᴡɴᴇʀ", url="https://t.me/BRANDEDKING8"),
InlineKeyboardButton(text="sᴜᴘᴘᴏʀᴛ", url="https://t.me/BRANDED_WORLD"),
InlineKeyboardButton(text="ᴏᴡɴᴇʀ", url="https://t.me/killingmachin3"),
InlineKeyboardButton(text="sᴜᴘᴘᴏʀᴛ", url="https://t.me/+ZilCP4GvQHpjNjdl"),
],
[InlineKeyboardButton(text=_["CLOSE_BUTTON"], callback_data="close")],
]
Expand All @@ -85,8 +85,8 @@ def stream_markup(_, videoid, chat_id):
InlineKeyboardButton(text="▢", callback_data=f"ADMIN Stop|{chat_id}"),
],
[
InlineKeyboardButton(text="ᴏᴡɴᴇʀ", url="https://t.me/BRANDEDKING8"),
InlineKeyboardButton(text="sᴜᴘᴘᴏʀᴛ", url="https://t.me/BRANDED_WORLD"),
InlineKeyboardButton(text="ᴏᴡɴᴇʀ", url="https://t.me/killingmachin3"),
InlineKeyboardButton(text="sᴜᴘᴘᴏʀᴛ", url="https://t.me/+ZilCP4GvQHpjNjdl"),
],
[InlineKeyboardButton(text=_["CLOSE_BUTTON"], callback_data="close")],
]
Expand Down
Loading