From 71c969c46ecf620109bc9a98aee0fa864f91f46c Mon Sep 17 00:00:00 2001 From: Zaid Date: Fri, 17 Jun 2022 00:45:29 +0530 Subject: [PATCH] Update video.py --- Zaid/Player/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zaid/Player/video.py b/Zaid/Player/video.py index ecbeb9f1..49a49bdb 100644 --- a/Zaid/Player/video.py +++ b/Zaid/Player/video.py @@ -573,7 +573,7 @@ async def vstream(c: Client, m: Message): await m.reply_photo( photo=f"{VIDEO_IMG}", reply_markup=InlineKeyboardMarkup(buttons), - caption=f"💡 **[__Live Streaming Started__]({link}) **\n\n💭 **Chat:** `{chat_id}`\n🧸 **Request by:** {requester}", + caption=f"💡 **[__Live Streaming Started__]({link}) **\n\n💭 **Chatinfo:** `{chat_id}`\n🧸 **Request by:** {requester}", ) except Exception as ep: await loser.delete()