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 */