mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Add noinspection PyPep8Naming for Filters.user
This commit is contained in:
parent
31578ddb33
commit
339630dafb
1 changed files with 1 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ class Filters:
|
|||
|
||||
return create("Regex", f, p=re.compile(pattern, flags))
|
||||
|
||||
# noinspection PyPep8Naming
|
||||
class user(Filter, set):
|
||||
"""Filter messages coming from one or more users.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue