Fix incorrect docs in select menu min_values

This commit is contained in:
chawkk6404
2022-08-27 00:09:03 -07:00
committed by GitHub
parent 7c1dffbf9d
commit e62473a1b4
2 changed files with 3 additions and 3 deletions

View File

@ -240,7 +240,7 @@ class SelectMenu(Component):
The placeholder text that is shown if nothing is selected, if any.
min_values: :class:`int`
The minimum number of items that must be chosen for this select menu.
Defaults to 1 and must be between 1 and 25.
Defaults to 1 and must be between 0 and 25.
max_values: :class:`int`
The maximum number of items that must be chosen for this select menu.
Defaults to 1 and must be between 1 and 25.