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 b6fd537 commit fd61a8eCopy full SHA for fd61a8e
discord_slash/utils/manage_components.py
@@ -212,7 +212,7 @@ def create_select(
212
:param placeholder: Custom placeholder text if nothing is selected
213
:param min_values: The minimum number of items that **must** be chosen
214
:param max_values: The maximum number of items that **can** be chosen
215
- :param disabled: Disables this component. Defaults to ``False``.
+ :param disabled: Disables this component. Defaults to ``False``.
216
"""
217
if not len(options) or len(options) > 25:
218
raise IncorrectFormat("Options length should be between 1 and 25.")
0 commit comments