Skip to content

Commit 1267b37

Browse files
Update discord/types/components.py
Co-authored-by: Ice Wolfy <44532864+Icebluewolf@users.noreply.github.com> Signed-off-by: Lala Sabathil <aiko@aitsys.dev>
1 parent 71a9d94 commit 1267b37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discord/types/components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class BaseComponent(TypedDict):
4646

4747
class ActionRow(BaseComponent):
4848
type: Literal[1]
49-
components: list[Component]
49+
components: list[ButtonComponent, InputText, SelectMenu]
5050

5151

5252
class ButtonComponent(BaseComponent):

0 commit comments

Comments
 (0)