diff --git a/program/video_stream.py b/program/video_stream.py index ab95ea7..e6db85a 100644 --- a/program/video_stream.py +++ b/program/video_stream.py @@ -230,6 +230,8 @@ async def vplay(c: Client, m: Message): ) await user.join_chat(invitelink) await remove_active_chat(chat_id) + except UserAlreadyParticipant: + pass except UserNotParticipant: try: invitelink = (await c.get_chat(chat_id)).invite_link