aiko-chan-ai / discord.js-selfbot-v13

An unofficial discord.js fork for creating selfbots
https://discordjs-self-v13.netlify.app
GNU General Public License v3.0
704 stars 145 forks source link

The ability to send Voice Mails and not just audio files #1112

Closed SatoX69 closed 3 months ago

SatoX69 commented 3 months ago

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

aiko-chan-ai commented 3 months ago

Just set Message flags (IS_VOICE_MESSAGE)

SatoX69 commented 3 months ago

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

TheDevYellowy commented 3 months ago

Examples/VoiceMessage.js

SatoX69 commented 3 months ago

Examples/VoiceMessage.js

Thank you.

TheDevYellowy commented 3 months ago

You're welcome