Class MessageCollector

The message collector for a channel.

Example

new MessageCollector(channel);

Hierarchy

Constructors

Properties

channel: ChatChannel

The channel the message collector belongs to.

client: Client

The client the collector belongs to.

collected: Collection<string, Message>

The collected data.

createdAt: Date

The date the collector was created.

endedAt?: Date

The date the collector was ended.

options: CollectorOptions<Message> = {}

The options of the collector.

Accessors

Methods