Fix type hinting
This commit is contained in:
parent
f553e521ce
commit
dfa1e51281
@ -75,7 +75,7 @@ class Filters:
|
|||||||
)
|
)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def user(user: int or str or list()):
|
def user(user: int or str or list):
|
||||||
return build(
|
return build(
|
||||||
"User",
|
"User",
|
||||||
lambda _, m: bool(m.from_user
|
lambda _, m: bool(m.from_user
|
||||||
|
Loading…
Reference in New Issue
Block a user