From c026da68df96e49924444ed89621aa46ceea351e Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Fri, 21 Jan 2022 23:04:15 +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 3d528b7..56422e1 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) return await user.send_message(chat_id, "✅ userbot joined chat") except UserAlreadyParticipant: - return await user.send_message(chat_id, "✅ userbot already in this chat") + return await user.send_message(chat_id, "✅ userbot already in chat") @Client.on_message(