Class MessageReactionCollector

The reaction collector for a message.

Example

new MessageReactionCollector(message);

Hierarchy

Constructors

Properties

client: Client

The client the collector belongs to.

collected: Collection<number, MessageReaction>

The collected data.

createdAt: Date

The date the collector was created.

endedAt?: Date

The date the collector was ended.

message: Message

The message the reaction collector belongs to.

The options of the collector.

Accessors

Methods