awaitReaction

Wait for a reaction

You use the collector as follows:

client.awaitReaction(message, 1, 5000, message.author, ["😛", "😁"]).then(collector => {
    console.log(collector)
})

Last updated