From e980d06406c84bffbc1f36f51f158d24a7a8b618 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Fri, 21 Jan 2022 01:03:26 +0700 Subject: [PATCH] none --- program/userbot_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/userbot_tools.py b/program/userbot_tools.py index 2091eb1..cb3b8dd 100644 --- a/program/userbot_tools.py +++ b/program/userbot_tools.py @@ -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(