Discord.js awaitReaction chained promise after message.react collect the reaction as promise isn't resolved
问题 I was playing around with the message.react function and the awaitReactions function and I noticed something that bother me. I was trying to determine if I should use a collector or the client.on('messageReactionAdd') (that is another question) for the following method: sending a message adding reactions to it doing something every time a reaction is added (for X seconds) So I made a simple example to start, with a filter which return true every time, and I noticed that the collector was