none
This commit is contained in:
parent
37f7706a8c
commit
480b823d37
@ -222,6 +222,6 @@ async def vstream(client, m: Message):
|
|||||||
stream_type=StreamType().pulse_stream,
|
stream_type=StreamType().pulse_stream,
|
||||||
)
|
)
|
||||||
add_to_queue(chat_id, "Live Stream", livelink, link, "Video", Q)
|
add_to_queue(chat_id, "Live Stream", livelink, link, "Video", Q)
|
||||||
await loser.edit(f"💡 **video [live stream]({link}) started.**\n💬 chat: `{chat_id}`", disable_web_page_preview=True)
|
await loser.edit(f"💡 **[Live Stream]({link}) video started.**\n💬 Chat: `{chat_id}`", disable_web_page_preview=True)
|
||||||
except Exception as ep:
|
except Exception as ep:
|
||||||
await loser.edit(f"❌ issues: `{ep}`")
|
await loser.edit(f"❌ issues: `{ep}`")
|
||||||
|
Loading…
Reference in New Issue
Block a user