Skip to content

Commit 7c5587d

Browse files
Update discord/ui/select.py
Co-authored-by: Paillat <[email protected]> Signed-off-by: UK <[email protected]>
1 parent d9bb825 commit 7c5587d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ui/select.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def __init__(
164164
id: int | None = None,
165165
label: str | None = None,
166166
description: str | None = None,
167-
required: str | None = None,
167+
required: bool | None = None,
168168
) -> None:
169169
if options and select_type is not ComponentType.string_select:
170170
raise InvalidArgument("options parameter is only valid for string selects")

0 commit comments

Comments
 (0)