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

An unofficial discord.js fork for creating selfbots

Home Page:https://discordjs-self-v13.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The ability to send Voice Mails and not just audio files

SatoX69 opened this issue · comments

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

Just set Message flags (IS_VOICE_MESSAGE)

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

You're welcome