docs: fix wrong type being displayed in docs (#6504)

This commit is contained in:
Megatank58
2021-08-25 01:50:23 +05:30
committed by GitHub
parent fb50dd9841
commit 9ca10cce06

View File

@@ -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 * @typedef {Object} InteractionDeferUpdateOptions
* @property {boolean} [fetchReply] Whether to fetch the reply * @property {boolean} [fetchReply] Whether to fetch the reply
*/ */
@@ -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 * @typedef {MessageEditOptions} InteractionUpdateOptions
* @property {boolean} [fetchReply] Whether to fetch the reply * @property {boolean} [fetchReply] Whether to fetch the reply
*/ */