Skip to content

Commit

Permalink
Update components.py
Browse files Browse the repository at this point in the history
  • Loading branch information
plun1331 committed Nov 1, 2022
1 parent b856289 commit 1e6eaa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/types/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class SelectMenu(TypedDict):
max_values: NotRequired[int]
disabled: NotRequired[bool]
channel_types: NotRequired[list[ChannelType]]
options: NotRequired[list[SelectOption]]
type: Literal[3, 5, 6, 7, 8]
custom_id: str

Expand Down

0 comments on commit 1e6eaa7

Please sign in to comment.