Skip to content

Commit

Permalink
Update video.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ITZ-ZAID authored Jun 16, 2022
1 parent 3c91934 commit 71c969c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zaid/Player/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 71c969c

Please sign in to comment.