diff --git a/src/structures/CommandInteraction.js b/src/structures/CommandInteraction.js index fdf680986..f2ec8263e 100644 --- a/src/structures/CommandInteraction.js +++ b/src/structures/CommandInteraction.js @@ -63,7 +63,7 @@ class CommandInteraction extends Interaction { /** * Options for deferring the reply to a {@link CommandInteraction}. - * @typedef {InteractionDeferOptions} + * @typedef {Object} InteractionDeferOptions * @property {boolean} [ephemeral] Whether the reply should be ephemeral */