mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 11:33:30 +01:00
docs: fix wrong type being displayed in docs (#6504)
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user