mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
docs: fix InteractionDeferOptions typedef (#5694)
This commit is contained in:
@@ -63,7 +63,7 @@ class CommandInteraction extends Interaction {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 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