From add924cdb20da648dd9601ff08f77b5befb4d70e Mon Sep 17 00:00:00 2001 From: Jan <66554238+vaporox@users.noreply.github.com> Date: Sat, 29 May 2021 13:24:28 +0200 Subject: [PATCH] docs: fix InteractionDeferOptions typedef (#5694) --- 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 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 */