mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
docs: add new typedef to properly doc InteractionReplyOptions (#5632)
This commit is contained in:
@@ -97,8 +97,9 @@ class CommandInteraction extends Interaction {
|
||||
|
||||
/**
|
||||
* Options for a reply to an interaction.
|
||||
* @typedef {WebhookMessageOptions} InteractionReplyOptions
|
||||
* @typedef {BaseMessageOptions} InteractionReplyOptions
|
||||
* @property {boolean} [ephemeral] Whether the reply should be ephemeral
|
||||
* @property {MessageEmbed[]|Object[]} [embeds] An array of embeds for the message
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user