From 9ca10cce06d86680236bc74367f524bb3708d8e6 Mon Sep 17 00:00:00 2001 From: Megatank58 Date: Wed, 25 Aug 2021 01:50:23 +0530 Subject: [PATCH] docs: fix wrong type being displayed in docs (#6504) --- src/structures/interfaces/InteractionResponses.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/structures/interfaces/InteractionResponses.js b/src/structures/interfaces/InteractionResponses.js index 66597602e3c3..8a36d8204605 100644 --- a/src/structures/interfaces/InteractionResponses.js +++ b/src/structures/interfaces/InteractionResponses.js @@ -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 */ @@ -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 */