DiscordJS & Discords Voice Notes
I was wondering if it’s possible for bots to detect voice notes, if so, my initial plan is to make some sort of like Historical Notes Storage system to download the file, then put it in another channel stating who made said voice note.
8 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!the voice messages probably
Yes^
i dont think bots can access those
I would of thought it would be caught by messageCreate
maybe it will fire, but bots cannot access the voice data afaik
I’ll have to do some digging ig 😂
are voice messages counted as attachments?
til