awaitReply

Wait for a message

You use the collector as follows:

client.awaitReply(message, 5000, message.author).then(collector => {
    console.log(collector)
})

Last updated