From b702cffd8edb988fd24199e18a843ba6d9388a20 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Fri, 21 Jan 2022 23:06:07 +0700 Subject: [PATCH] forgot --- 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 56422e1..499185d 100644 --- a/program/userbot_tools.py +++ b/program/userbot_tools.py @@ -27,7 +27,7 @@ async def join_chat(c: Client, m: Message): @Client.on_message( - command(["userbotleave", f"userbotleave@{BOT_USERNAME}"]) other_filters + command(["userbotleave", f"userbotleave@{BOT_USERNAME}"]) & other_filters ) @authorized_users_only async def leave_chat(_, m: Message):