This commit is contained in:
levina 2022-01-21 01:03:26 +07:00 committed by GitHub
parent fe95837c7f
commit e980d06406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ async def join_chat(c: Client, m: Message):
await user.join_chat(invitelink)
await user.send_message(chat_id, "✅ userbot entered chat")
except UserAlreadyParticipant:
return await user.send_message(chat_id, "✅ userbot already in chat")
await user.send_message(chat_id, "✅ userbot already in chat")
@Client.on_message(