The message the reaction collector belongs to.
Optional options: CollectorOptions<MessageReaction>The options of the reaction collector.
Readonly clientReadonly collectedThe collected data.
Readonly createdThe date the collector was created.
Optional endedThe date the collector was ended.
Readonly messageReadonly optionsThe timestamp the collector was created.
The timestamp the collector was ended.
Whether the collector has ended.
The time the collector has been running.
Collect a item.
The collected item.
collector.collect(item);
The item to collect.
Dispose a collected item.
The disposed item.
collector.dispose('abc');
The ID of the item to dispose.
Rest ...args: CollectorEvents<MessageReaction>[Event]
The reaction collector for a message.
Example