Rayzeq
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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`. |
|
|
|