Skip to content

Commit

Permalink
docs: describe InteractionEditReplyOptions (#8840)
Browse files Browse the repository at this point in the history
* docs: add 'description' to interactionreplyoptions

* Update packages/discord.js/src/structures/interfaces/InteractionResponses.js

Co-authored-by: Aura Román <kyradiscord@gmail.com>

Co-authored-by: Aura Román <kyradiscord@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 25, 2022
1 parent 7e06f68 commit cb77fd0
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -137,6 +137,7 @@ class InteractionResponses {
}

/**
* Options that can be passed into {@link InteractionResponses#editReply}.
* @typedef {WebhookEditMessageOptions} InteractionEditReplyOptions
* @property {MessageResolvable|'@original'} [message='@original'] The response to edit
*/
Expand Down

0 comments on commit cb77fd0

Please sign in to comment.