File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ class ApplicationCommand extends Base {
206
206
*/
207
207
208
208
/**
209
- * @param {ApplicationCommandOptionChoiceData } ApplicationCommandOptionChoice
209
+ * @typedef {ApplicationCommandOptionChoiceData } ApplicationCommandOptionChoice
210
210
* @property {string } [nameLocalized] The localized name for this choice
211
211
*/
212
212
@@ -449,15 +449,6 @@ class ApplicationCommand extends Base {
449
449
* @property {number } [maxValue] The maximum value for an `INTEGER` or `NUMBER` option
450
450
*/
451
451
452
- /**
453
- * A choice for an application command option.
454
- * @typedef {Object } ApplicationCommandOptionChoice
455
- * @property {string } name The name of the choice
456
- * @property {string } [nameLocalized] The localized name for this choice
457
- * @property {Object<string, string> } [nameLocalizations] The localized names for this choice
458
- * @property {string|number } value The value of the choice
459
- */
460
-
461
452
/**
462
453
* Transforms an {@link ApplicationCommandOptionData} object into something that can be used with the API.
463
454
* @param {ApplicationCommandOptionData|ApplicationCommandOption } option The option to transform
You can’t perform that action at this time.
0 commit comments