docs(InteractionDeferOptions): correctly define the typedef (#5769)

This commit is contained in:
Shubham Parihar
2021-06-07 09:33:12 +01:00
committed by GitHub
parent 657635c1c0
commit 4567cd4ca2
@@ -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
*/