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):