From 4567cd4ca23bed175da687b8cba7abd045065fa0 Mon Sep 17 00:00:00 2001 From: Shubham Parihar Date: Mon, 7 Jun 2021 14:03:12 +0530 Subject: [PATCH] docs(InteractionDeferOptions): correctly define the typedef (#5769) --- src/structures/interfaces/InteractionResponses.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/interfaces/InteractionResponses.js b/src/structures/interfaces/InteractionResponses.js index 94086b6b6..3e0c13790 100644 --- a/src/structures/interfaces/InteractionResponses.js +++ b/src/structures/interfaces/InteractionResponses.js @@ -11,7 +11,7 @@ const APIMessage = require('../APIMessage'); class InteractionResponses { /** * Options for deferring the reply to a {@link CommandInteraction}. - * @typedef {InteractionDeferOptions} + * @typedef {Object} InteractionDeferOptions * @property {boolean} [ephemeral] Whether the reply should be ephemeral */