Skip to content

Commit 93fb09a

Browse files
authored
arc
1 parent e615190 commit 93fb09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ui/action_row.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __init__(
7373
self._underlying = ActionRowComponent._raw_construct(
7474
type=ComponentType.action_row,
7575
id=id,
76-
components=[],
76+
children=[],
7777
)
7878

7979
for func in self.__row_children_items__:

0 commit comments

Comments
 (0)