MessageCollectorOptions

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