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

This commit is contained in:
Shubham Parihar
2021-06-07 14:03:12 +05:30
committed by GitHub
parent 657635c1c0
commit 4567cd4ca2

View File

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