diff --git a/discord/ui/select.py b/discord/ui/select.py index 645dccd4..704a4d00 100644 --- a/discord/ui/select.py +++ b/discord/ui/select.py @@ -72,7 +72,7 @@ class Select(Item[V]): 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.