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 f5be720 commit 4d3ee71Copy full SHA for 4d3ee71
discord/components.py
@@ -404,7 +404,7 @@ class SelectMenu(Component):
404
Will be an empty list for all component types
405
except for :attr:`ComponentType.channel_select`.
406
disabled: :class:`bool`
407
- Whether the select is disabled or not.
+ Whether the select is disabled or not. Only useable in views. Defaults to ``False``.
408
required: Optional[:class:`bool`]
409
Whether the select is required or not. Only useable in modals. Defaults to ``False``.
410
"""
0 commit comments