Skip to content

Commit 4d3ee71

Browse files
authored
docs clarify
1 parent f5be720 commit 4d3ee71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ class SelectMenu(Component):
404404
Will be an empty list for all component types
405405
except for :attr:`ComponentType.channel_select`.
406406
disabled: :class:`bool`
407-
Whether the select is disabled or not.
407+
Whether the select is disabled or not. Only useable in views. Defaults to ``False``.
408408
required: Optional[:class:`bool`]
409409
Whether the select is required or not. Only useable in modals. Defaults to ``False``.
410410
"""

0 commit comments

Comments
 (0)