mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
docs: make interactionResponse as optional (#9179)
This commit is contained in:
@@ -14,7 +14,7 @@ const Events = require('../util/Events');
|
||||
* @property {number} [maxComponents] The maximum number of components to collect
|
||||
* @property {number} [maxUsers] The maximum number of users to interact
|
||||
* @property {Message|APIMessage} [message] The message to listen to interactions from
|
||||
* @property {InteractionResponse} interactionResponse The interaction response to listen
|
||||
* @property {InteractionResponse} [interactionResponse] The interaction response to listen
|
||||
* to message component interactions from
|
||||
*/
|
||||
|
||||
|
||||
@@ -568,7 +568,7 @@ class Message extends Base {
|
||||
* @property {ComponentType} [componentType] The type of component interaction to collect
|
||||
* @property {number} [idle] Time to wait without another message component interaction before ending the collector
|
||||
* @property {boolean} [dispose] Whether to remove the message component interaction after collecting
|
||||
* @property {InteractionResponse} [InteractionResponse] The interaction response to collect interactions from
|
||||
* @property {InteractionResponse} [interactionResponse] The interaction response to collect interactions from
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user