From c1bea240838bafe5d0810b4fed3b7f6497752ff2 Mon Sep 17 00:00:00 2001 From: suneettipirneni Date: Sun, 2 Oct 2022 21:36:40 -0400 Subject: [PATCH] docs: fix AwaitMessageComponentOptions typedef --- packages/discord.js/src/structures/Message.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/discord.js/src/structures/Message.js b/packages/discord.js/src/structures/Message.js index c5133feb481e..1f7aa2d61124 100644 --- a/packages/discord.js/src/structures/Message.js +++ b/packages/discord.js/src/structures/Message.js @@ -541,6 +541,9 @@ class Message extends Base { * @property {CollectorFilter} [filter] The filter applied to this collector * @property {number} [time] Time to wait for an interaction before rejecting * @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 */ /**