#Poll message detection

9 messages · Page 1 of 1 (latest)

granite zincBOT
#
  • What's your exact discord.js npm list discord.js and node node -v version?
  • Not a discord.js issue? Check out #1081585952654360687.
  • 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 OP
lean jay
#

polls have yet to be documented in the api, so djs doesn't support them yet
but they will have their own property iirc

#

some <APIMessage>.poll

violet rover
#

ok so poll dont exist even in api yet?

#

makes sense

lean jay
#

I imagine the data is already sent in the api, so you'd be able to access it when working with the raw data
it's just not documented

violet rover
#

yea i think there is a way to view them in raw response

#

thats what im looking for at least for now

#

isn't there a way to look in raw message data through the Discord.js?