static awaitReactions(client, messageId, channelId, options?)
client: Client, messageId: string, channelId: string, options?: ReactionCollectorOptions & { errors?: ReactionCollectorEndReason[] } → Promise<Collection<string, CollectedReaction>>
One-shot helper used by message.awaitReactions. Resolves with the collected reactions when the collector ends. Rejects if options.errors includes the end reason.
ReactionCollector.awaitReactions(client, messageId, channelId);