mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Fix broken hyperlinks
This commit is contained in:
parent
b39a6cd2d4
commit
66b1229664
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ def create(func: Callable, name: str = None, **kwargs) -> Filter:
|
|||
|
||||
**kwargs (``any``, *optional*):
|
||||
Any keyword argument you would like to pass. Useful when creating parameterized custom filters, such as
|
||||
:meth:`~Filters.command` or :meth:`~Filters.regex`.
|
||||
:meth:`~pyrogram.filters.command` or :meth:`~pyrogram.filters.regex`.
|
||||
"""
|
||||
return type(
|
||||
name or func.__name__ or CUSTOM_FILTER_NAME,
|
||||
|
|
|
|||
Loading…
Reference in a new issue