mineflayer icon indicating copy to clipboard operation
mineflayer copied to clipboard

Add a MessageCollector

Open u9g opened this issue 3 years ago • 2 comments

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

u9g avatar Jun 13 '21 15:06 u9g

use bot.on('message' function(username, message) { console.log("<" + username + ">" + message) })

Torono909 avatar Aug 10 '21 11:08 Torono909

Its this already solved with add message regex?

Zn10plays avatar Feb 09 '22 23:02 Zn10plays