interface MessageCollectorOptions
extends
CollectorOptions<[Message, Collection<Snowflake, Message>]>export interface MessageCollectorOptions extends CollectorOptions<[Message, Collection<Snowflake, Message>]>
optionalboolean dispose? :
Whether to dispose data when it's deleted
Inherited from: CollectorOptions
optionalCollectorFilter<FilterArguments> filter? :
The filter applied to this collector
Inherited from: CollectorOptions
optionalnumber idle? :
How long to stop the collector after inactivity in milliseconds
Inherited from: CollectorOptions
optionalnumber max? :
The maximum amount of messages to collect
optionalnumber maxProcessed? :
The maximum amount of messages to process
optionalnumber time? :
How long to run the collector for in milliseconds
Inherited from: CollectorOptions