From f74e90f20b49577daadc33df0dc4d0e130dac2f0 Mon Sep 17 00:00:00 2001 From: Atul tiwari Date: Thu, 28 May 2026 17:20:45 +0530 Subject: [PATCH] Update play.py --- BrandrdXMusic/utils/inline/play.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BrandrdXMusic/utils/inline/play.py b/BrandrdXMusic/utils/inline/play.py index e01225ce9..8ae92c656 100644 --- a/BrandrdXMusic/utils/inline/play.py +++ b/BrandrdXMusic/utils/inline/play.py @@ -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")], ] @@ -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")], ]