This mixin holds choices and autocomplete symbols used for options.
ProtectedReadonly
Adds multiple choices to this option.
Name | Type | Optional | Description |
---|---|---|---|
...choices | RestOrArray<APIApplicationCommandOptionChoice<ChoiceType>> | No | The choices to add |
Sets multiple choices for this option.
Name | Type | Optional | Description |
---|---|---|---|
...choices | RestOrArray<APIApplicationCommandOptionChoice<ChoiceType>> | No | The choices to set |