diff --git a/discord/app_commands/transformers.py b/discord/app_commands/transformers.py index bfe2ee8b8..32cfe27a6 100644 --- a/discord/app_commands/transformers.py +++ b/discord/app_commands/transformers.py @@ -286,7 +286,7 @@ class Transformer: @property def choices(self) -> Optional[List[Choice[Union[int, float, str]]]]: - """Optional[List[:class:`~discord.app_commands.Choice`]]: A list of choices that are allowed to this parameter. + """Optional[List[:class:`~discord.app_commands.Choice`]]: A list of up to 25 choices that are allowed to this parameter. Only valid if the :meth:`type` returns :attr:`~discord.AppCommandOptionType.number` :attr:`~discord.AppCommandOptionType.integer`, or :attr:`~discord.AppCommandOptionType.string`.