Listen to user vocal input using connection
im getting the classic AudioPlayerError: aborted.
another bot not joining the voice channel
discord/voice
(https://github.com/discordjs/voice-examples/blob/main/basic/src/main.ts) but its not working, its basically the same code minus the formatting and the difference in current Status
comparison since it seems the deesctructuring of Constants
for Events, Status
is not longer used... the code logs is ready to play but when i type -join
on the chat it doesnt respond at all, is it because of the intents?
```ts
const client = new Client({
intents: [...Weirdest bug i've encountered, probably need a discordjs/voice contributor help here.
Destroy player when session is finished.
Bot disconnects from vc after a few days on external host
AbortError: The operation was aborted
[SOLVED] 🤦Bot doesnt join the voice channel
How do I make an event listener for when someone speaks?
subscribe a connection and convert pcm buffer response to mp3
Incorrect client joins channel when using joinVoiceChannel()
[SOLVED] Playback ends after ~1 minute without any errors emitted
Audio Player state changes to playing when resource ends
player.play(resource)
the players state is set to "buffering", once the resource stops playing in the voice channel the players state changes to "playing". I am listening for when the player goes idle to queue the next song, however it never goes idle. My code is below:
```ts
const audio = ytdl(song, { filter: 'audioonly' });
const connection = joinVoiceChannel({...Won't play if source takes long to send more data
Won't play please help
How do I even begin to do this
Say smthing in vocal to text.
I have a question. Why doesn't my bot turn on music if there are no errors and it is connected?
Voice memory leaks