mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
docs(InteractionDeferOptions): correctly define the typedef (#5769)
This commit is contained in:
@@ -11,7 +11,7 @@ const APIMessage = require('../APIMessage');
|
|||||||
class InteractionResponses {
|
class InteractionResponses {
|
||||||
/**
|
/**
|
||||||
* Options for deferring the reply to a {@link CommandInteraction}.
|
* Options for deferring the reply to a {@link CommandInteraction}.
|
||||||
* @typedef {InteractionDeferOptions}
|
* @typedef {Object} InteractionDeferOptions
|
||||||
* @property {boolean} [ephemeral] Whether the reply should be ephemeral
|
* @property {boolean} [ephemeral] Whether the reply should be ephemeral
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user