Will djs support the new polls?
Like if someone creates a poll we can delete it
7 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!
- ✅
Marked as resolved by staffif the discord (bot) api docs has it, then yes, djs will add any new feature at some point
there is no way to detect when someone posts a poll?
its just a message
u can listen to the raw event
it looks like this when theres a poll in the message
there's an open pr for poll support, suggest to either follow that (and use -dev if desired once committed) or wait for the full release. using
raw
is not recommended