Discord Collector Filter
Also, I'm creating a staff application bot where I need to send a dm when an user executes the /apply command,
Right now it sends the embed but I don't understand which type of message collector i have to use and which could be the filters to it, and I don't have any clue on how to send the other questions when the user answered to the first one
4 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!Also from my experience with modals they can bug sometimes and from the mobile prospective i don't find them so good
yeah but in my case which could be the filter? this is the only thing i don't really understand
like, should i really create a filter? because i don't think in my case is needed
and lets say i want to send another question when the user answered to the first, how could that work?