DA344
1 month 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
|
|
@ -197,7 +197,7 @@ class Section(Item[V]): |
|
|
|
from .view import _component_to_item # >circular import< |
|
|
|
|
|
|
|
return cls( |
|
|
|
children=[_component_to_item(c) for c in component.components], |
|
|
|
*[_component_to_item(c) for c in component.components], |
|
|
|
accessory=_component_to_item(component.accessory), |
|
|
|
id=component.id, |
|
|
|
) |
|
|
|