diff --git a/aiogram/dispatcher/router.py b/aiogram/dispatcher/router.py index c7666437..1d18e80e 100644 --- a/aiogram/dispatcher/router.py +++ b/aiogram/dispatcher/router.py @@ -21,13 +21,13 @@ class Router: - By observer method - :obj:`router..register(handler, )` - By decorator - :obj:`@router.()` - """ def __init__(self, use_builtin_filters: bool = True, name: Optional[str] = None) -> None: """ :param use_builtin_filters: `aiogram` has many builtin filters and you can controll automatic registration of this filters in factory + :param name: Optional router name, can be useful for debugging """ self.use_builtin_filters = use_builtin_filters