discord.js - Imagine an app

DIA

discord.js - Imagine an app

Support server for discord.js, a Node.js module to interact with Discord's apps API.

Join

djs-questions

djs-voice

Anyway to stop the audioPlayer from playing in another file?

I want to stop the audioPlayer from playing in another file, is there anyway to do this without importing it?

Why is there no audio playing

Sorry I have an issue of no audio playing. https://gitlab.com/seabass6969group/barginingewan_bot/-/blob/master/src/commands/getCreeped.ts?ref_type=heads code is here I have confirmed that the discord bot can join in to the channel and also no error message is being split out...

having issues with discord voice during `npm install`

When I tried to run npm install inside a docker container in the built process it breaks. And I have no clue why is doing that. The detail screenshot is attached. Docker container running arch Linux Installed ffmpeg and nodejs and npm gitlab repo: https://gitlab.com/seabass6969group/barginingewan_bot/...
No description

Why?

is not working
No description

receiver end event not triggering

Hello, does anyone know why my end event is never triggering? (last line) ```const receiver = connection.receiver; const audioStream = receiver.subscribe(user, {...

AudioPlayerError: aborted

how to fix AudioPlayerError: aborted error?

Opus stream

are there any easy ways to convert the opus stream you receive from discord into wav buffer?

Bot joins channel but does not play audio

The reason I fetch from the API is self explanitory - https://pastebin.run/63p-4pc6t9wr

for some reason, the commands stopped registering

today I decided to add commands to the bot , I wrote a command, I launch the bot to test it , I enter / and there is no command that I added, I tried to create a new bot on the portal, I changed the client id, token in the new bot, no commands are registered at all...

URL Audio Resource Streaming Stopped Working

idk whats going on so maybe one of you can help... my bot has been broken for a few months I thought it was broken because of the URL changes but no URL seems to work only local files it says it started playing and immediately stops I don't hear anything though ``` --------------------------------------------------...

how to check if the message author is in a voice channel?

I was looking at the other forum but seems like the original author deleted their post.

The compressed data passed is corrupted

yo why is it saying "The compressed data passed is corrupted"

How do I get a stream to the voice that the bot in

While the bot is in some voice channel, how do I get a stream for the voice channel? or at least for a person in channel I will loop over the users in the voice channel to make stream for them if this how it works...