fixes again

This commit is contained in:
levina 2021-11-02 14:59:51 +07:00 committed by GitHub
parent dd701ae6a5
commit e6db2a9b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -323,22 +323,22 @@ async def vstream(_, m: Message):
if b.status == "kicked":
await m.reply_text(f"@{ASSISTANT_NAME} **is banned in group** {chat_title}\n\n» **unban the userbot first if you want to use this bot.**")
return
except UserNotParticipant:
if m.chat.username:
except UserNotParticipant:
if m.chat.username:
try:
await call_py.join_chat(f"{m.chat.username}")
except Exception as e:
await m.reply_text(f"❌ **userbot failed to join**\n\n**reason**:{e}")
return
else:
try:
await call_py.join_chat(f"{m.chat.username}")
pope = await _.export_chat_invite_link(m.chat.id)
pepo = await _.revoke_chat_invite_link(m.chat.id, pope)
await call_py.join_chat(pepo.invite_link)
except UserAlreadyParticipant:
pass
except Exception as e:
await m.reply_text(f"❌ **userbot failed to join**\n\n**reason**:{e}")
return
else:
try:
pope = await _.export_chat_invite_link(m.chat.id)
pepo = await _.revoke_chat_invite_link(m.chat.id, pope)
await call_py.join_chat(pepo.invite_link)
except UserAlreadyParticipant:
pass
except Exception as e:
return await m.reply_text(f"❌ **userbot failed to join**\n\n**reason**:{e}")
return await m.reply_text(f"❌ **userbot failed to join**\n\n**reason**:{e}")
chat_id = m.chat.id
if len(m.command) < 2:
await m.reply("» give me a live-link/m3u8 url/youtube link to stream.")