Skip to content

Commit

Permalink
docs: fix AwaitMessageComponentOptions typedef (#8696)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
suneettipirneni and kodiakhq[bot] committed Oct 5, 2022
1 parent 628759b commit 9effd82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/discord.js/src/structures/Message.js
Expand Up @@ -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
*/

/**
Expand Down

0 comments on commit 9effd82

Please sign in to comment.