We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e94257 commit 7daff7dCopy full SHA for 7daff7d
discord/ui/view.py
@@ -106,7 +106,7 @@ def _component_to_item(component: Component) -> Item:
106
return Container.from_component(component)
107
if isinstance(component, ActionRow):
108
# Handle ActionRow.children manually, or design ui.ActionRow?
109
-
+
110
return component
111
return Item.from_component(component)
112
0 commit comments