This commit is contained in:
yasirarism 2023-07-04 10:55:11 +07:00 committed by GitHub
parent a8b8b315fc
commit bafee5a7cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ def rand_key():
return str(uuid4())[:8]
@app.on_cmd("ytsearch", ~filters.channel)
@app.on_cmd("ytsearch", filter=~filters.channel)
@capture_err
@ratelimiter
@use_chat_lang()