docs: add new typedef to properly doc InteractionReplyOptions (#5632)

This commit is contained in:
Shubham Parihar
2021-05-26 16:39:25 +05:30
committed by GitHub
parent ed593c91fb
commit 3589e0f442
4 changed files with 15 additions and 25 deletions

View File

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