[check] some changes
This commit is contained in:
parent
3b53eed1f8
commit
ac8fdf9338
@ -209,6 +209,8 @@ async def play(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