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 b081928 commit 2094542Copy full SHA for 2094542
interactions/models/discord/components.py
@@ -416,7 +416,10 @@ class StringSelectMenu(BaseSelectMenu):
416
417
def __init__(
418
self,
419
- *options: StringSelectOption | str | discord_typings.SelectMenuOptionData | list[StringSelectOption | str | discord_typings.SelectMenuOptionData],
+ *options: StringSelectOption
420
+ | str
421
+ | discord_typings.SelectMenuOptionData
422
+ | list[StringSelectOption | str | discord_typings.SelectMenuOptionData],
423
placeholder: str | None = None,
424
min_values: int = 1,
425
max_values: int = 1,
0 commit comments