From 5e706941fcf2977ac73ed42d3207abe2364f64b1 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Thu, 22 Jul 2021 12:56:44 +0100 Subject: [PATCH] docs(CommandInteraction): Correct type definition of `CommandInteractionOption` (#6169) --- src/structures/CommandInteraction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/CommandInteraction.js b/src/structures/CommandInteraction.js index cc546d635..ecae1d71c 100644 --- a/src/structures/CommandInteraction.js +++ b/src/structures/CommandInteraction.js @@ -89,7 +89,7 @@ class CommandInteraction extends Interaction { * @property {string} name The name of the option * @property {ApplicationCommandOptionType} type The type of the option * @property {string|number|boolean} [value] The value of the option - * @property {Collection} [options] Additional options if this option is a + * @property {CommandInteractionOption[]} [options] Additional options if this option is a * subcommand (group) * @property {User} [user] The resolved user * @property {GuildMember|APIGuildMember} [member] The resolved member