mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs: describe InteractionEditReplyOptions (#8840)
* 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>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user