pyrofork: fix typo in filters

Signed-off-by: wulan17 <wulan17@komodos.id>
This commit is contained in:
wulan17 2025-06-09 19:25:55 +07:00
parent ddf90f26cf
commit 71c0a1176a
No known key found for this signature in database
GPG key ID: 737814D4B5FF0420

View file

@ -1108,7 +1108,7 @@ class chat(Filter, set):
else:
is_usernames_in_filters = False
if message.chat.usernames:
for username in message._chat.usernames:
for username in message.chat.usernames:
if (
username.username in self
or username.username.lower() in self