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 e615190 commit 93fb09aCopy full SHA for 93fb09a
discord/ui/action_row.py
@@ -73,7 +73,7 @@ def __init__(
73
self._underlying = ActionRowComponent._raw_construct(
74
type=ComponentType.action_row,
75
id=id,
76
- components=[],
+ children=[],
77
)
78
79
for func in self.__row_children_items__:
0 commit comments