diff --git a/program/music_stream.py b/program/music_stream.py index abe7da2..094622c 100644 --- a/program/music_stream.py +++ b/program/music_stream.py @@ -209,6 +209,8 @@ async def play(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