Interface

ReactionCollectorEvents

Typed event map for ReactionCollector: `collect` per reaction, `end` when it stops.

Properties

collect: [reaction: MessageReaction, user: User]
end: [collected: Collection<string, CollectedReaction>, reason: ReactionCollectorEndReason]