Skip to content

Commit

Permalink
docs: fix wrong type being displayed in docs (#6504)
Browse files Browse the repository at this point in the history
  • Loading branch information
megatank58 committed Aug 24, 2021
1 parent fb50dd9 commit 9ca10cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/structures/interfaces/InteractionResponses.js
Expand Up @@ -18,7 +18,7 @@ class InteractionResponses {
*/

/**
* Options for deferring and updating the reply to a {@link ButtonInteraction}.
* Options for deferring and updating the reply to a {@link MessageComponentInteraction}.
* @typedef {Object} InteractionDeferUpdateOptions
* @property {boolean} [fetchReply] Whether to fetch the reply
*/
Expand All @@ -31,7 +31,7 @@ class InteractionResponses {
*/

/**
* Options for updating the message received from a {@link ButtonInteraction}.
* Options for updating the message received from a {@link MessageComponentInteraction}.
* @typedef {MessageEditOptions} InteractionUpdateOptions
* @property {boolean} [fetchReply] Whether to fetch the reply
*/
Expand Down

0 comments on commit 9ca10cc

Please sign in to comment.