From f34994b6ca7b7d5cbb336a0d729e982f207ecd3c Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Fri, 17 Jun 2022 12:50:47 +0700 Subject: [PATCH] types(AutocompleteOption): backport fix and improve types v13.8.1 --- src/structures/CommandInteractionOptionResolver.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/structures/CommandInteractionOptionResolver.js b/src/structures/CommandInteractionOptionResolver.js index 864cbdc..1d9b7c5 100644 --- a/src/structures/CommandInteractionOptionResolver.js +++ b/src/structures/CommandInteractionOptionResolver.js @@ -241,13 +241,13 @@ class CommandInteractionOptionResolver { } /** - * The full autocomplete option object. - * @typedef {Object} AutocompleteFocusedOption - * @property {string} name The name of the option - * @property {ApplicationCommandOptionType} type The type of the application command option - * @property {string} value The value of the option - * @property {boolean} focused Whether this option is currently in focus for autocomplete - */ + * The full autocomplete option object. + * @typedef {Object} AutocompleteFocusedOption + * @property {string} name The name of the option + * @property {ApplicationCommandOptionType} type The type of the application command option + * @property {string} value The value of the option + * @property {boolean} focused Whether this option is currently in focus for autocomplete + */ /** * Gets the focused option.