mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
pyrofork: fix typo in filters
Signed-off-by: wulan17 <wulan17@komodos.id>
This commit is contained in:
parent
ddf90f26cf
commit
71c0a1176a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue