The ability to send Voice Mails and not just audio files
SatoX69 opened this issue · comments
Mike Harrison commented
Which package is the feature request for?
The core library
Feature
I asked this question on the official discord.js server and they said bots (not self) can only send audio files and not voice mails, so I suppose I'd be pretty cool if you added voice mail support
Ideal solution or implementation
channel.send({ files: ["audio_link"], vm: true})
Something like this I suppose
Alternative solutions or implementations
No response
Other context
No response
Elysia commented
Just set Message flags (IS_VOICE_MESSAGE)
Mike Harrison commented
Just set Message flags (IS_VOICE_MESSAGE)
Sorry, I'm a little slow with these things, could you kindly show me an example snippet, please
Yellowy commented
Mike Harrison commented
Thank you.
Yellowy commented
You're welcome