[check] some fixes
This commit is contained in:
parent
50747f1e32
commit
1ae8bc4c22
@ -447,6 +447,8 @@ async def vstream(c: Client, m: Message):
|
|||||||
)
|
)
|
||||||
await user.join_chat(invitelink)
|
await user.join_chat(invitelink)
|
||||||
await remove_active_chat(chat_id)
|
await remove_active_chat(chat_id)
|
||||||
|
except UserAlreadyParticipant:
|
||||||
|
pass
|
||||||
except UserNotParticipant:
|
except UserNotParticipant:
|
||||||
try:
|
try:
|
||||||
invitelink = (await c.get_chat(chat_id)).invite_link
|
invitelink = (await c.get_chat(chat_id)).invite_link
|
||||||
|
Loading…
Reference in New Issue
Block a user