The channel the message collector belongs to.
Optional
options: CollectorOptions<Message>The options of the message collector.
Readonly
channelThe channel the message collector belongs to.
Readonly
clientThe client the collector belongs to.
Readonly
collectedThe collected data.
Readonly
createdThe date the collector was created.
Optional
endedThe date the collector was ended.
Readonly
optionsThe options of the collector.
The timestamp the collector was created.
The timestamp the collector was ended.
Whether the collector has ended.
The time the collector has been running.
Rest
...args: CollectorEvents<Message>[Event]
The message collector for a channel.
Example