static awaitMessages(client, channelId, options?)
client: Client, channelId: string, options?: MessageCollectorOptions & { errors?: MessageCollectorEndReason[] } → Promise<Collection<string, Message>>
One-shot helper used by channel.awaitMessages. Resolves with the collected messages when the collector ends for user (or when the end reason is not listed in errors). By default, time and limit reject with FluxerError (CollectorIdle / CollectorMax).
MessageCollector.awaitMessages(client, channelId);