mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
docs: make interactionResponse as optional (#9179)
This commit is contained in:
@@ -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