This commit is contained in:
levina 2022-01-21 23:06:07 +07:00 committed by GitHub
parent c026da68df
commit b702cffd8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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