mineflayer
mineflayer copied to clipboard
Add a MessageCollector
Is your feature request related to a problem? Please describe.
I have a command on a server I'd like to run, I would like to collect response messages to the command for x time
Describe the solution you'd like
Something very similar to the implementation of reactionCollectors in Discord.js, example: https://discord.js.org/#/docs/main/master/class/Collector
Describe alternatives you've considered
implementing it myself
Additional context
none
use bot.on('message' function(username, message) { console.log("<" + username + ">" + message) })
Its this already solved with add message regex?