DA344
4 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
discord/ui/section.py
|
|
@ -115,7 +115,7 @@ class Section(Item[V]): |
|
|
|
def is_dispatchable(self) -> bool: |
|
|
|
return self.accessory.is_dispatchable() |
|
|
|
|
|
|
|
def walk_children(self) -> Generator[Item[V], Any, None]: |
|
|
|
def walk_children(self) -> Generator[Item[V], None, None]: |
|
|
|
"""An iterator that recursively walks through all the children of this section. |
|
|
|
and it's children, if applicable. |
|
|
|
|
|
|
|