djs-voice

1170 threads · Page 9 of 24

Problem installing @discordjs/opus on arch linux 12 messages
severe storm I've got some problem installing discordjs/opus on my arch linux I will send the error in the morning
998946512144969748
system bot 1 messages
sour bane how to create bot system
Shard Reconnection and Voice Connection 3 messages
sweet snow Will the voice connection automatically restart if a shard is asked to restart? I've been running into some problems whe...
Error streaming from IceCast server (Live Broadcast) 4 messages
coarse quest ``` file:///home/syn/DungeonMaster/node_modules/@discordjs/voice/dist/index.mjs:1051 throw new Error("Cannot play ...
how to repeat music once it's finished 32 messages
amber scroll Hi, once the music playback finishes the bot crashes and I get this error ``` throw new Error("Cannot play a resou...
is there a way to send voice to specific members in channel simultaneously? 5 messages
hasty pulsar as in the title, I'm searching for any way to do that. I want to play different sounds for different members in the same...
Error [ERR_STREAM_WRITE_AFTER_END]: write after end 14 messages
unreal cedar This appears after about 2m of playing an mp3 file I have stored locally. ```js let editedSong = ffmpeg({ source: `./son...
AudioPlayer not working, not sure what's wrong 12 messages
coral matrix ```ts this._audioPlayer = createAudioPlayer(); const connection = joinVoiceChannel({ channel...
createAudioResource() 14 messages
shut charm Im not sure to i should ask this here or in help channel but im going there. In docs it takes `string` as resource inpu...
Stuck in 'Signaling' 6 messages
marsh portal I'm having an issue that started a few months ago, and I can't seem to figure out why. Very long story short, after exa...
issue slash comand is not conductor 85 messages
Joining the user's current voice channel 6 messages
earnest hare On discord.js@14.12.1 & node v18.12 I've been trying to create a command that joins whichever channel the user is in. ...
Playing a soundfile 4 messages
tired kelp I'm trying to use discord.js voice to play a sound file. Is my thinking in how to get this to work in the right directio...
Bot join voice but not playing anything? discord.js 12.5.3 node 14.17.1 3 messages
dry brook <rejected> Error [VOICE_CONNECTION_TIMEOUT]: Connection not established within 15 seconds.
play-dl stops playing from youtube after a while 5 messages
true lintel I have a simple music player in discordjs 14 using the play-dl library. The bot joins to the voice channel and starts pl...
Audio Not Playing 76 messages
noble cloud Discord JS Ver 14.13.0, Voice ver 0.16.0, Node 16.14.0 The bot joins the channel that I am in, however it doesn't play ...
Tips on creating a transcription bot 2 messages
fossil citrus Basically I want the bot to listen to each user and transcribe their voice into text. Then send that as a file when the ...
how to make echobot 5 messages
celest bone I want to write code that, using `connection.receiver`, will listen to what the user with id 633223783204782090 says and...
Player loop for blackjack game 5 messages
golden nymph Hi everyone! I'm currently implementing a game of blackjack in my bot, using an embed and buttons for the game informati...
Bot isn't playing any Sound 5 messages
polar fog Hey! I'm working for a games company and got tasked to create a discord bot that plays our ambient music in a voice chan...
record and play audio 2 messages
rain marlin I am trying to do https://github.com/discordjs/voice-examples/blob/main/recorder/src/createListeningStream.ts in v14 wit...
998946512144969748
musique in loop 2 messages
hardy raptor ``` let stream = ytdl(args[0], { filter: "audioonly", quality: 'highestaudio...
using commands not working 2 messages
proud hawk I created a bot and have been using -join to join voice channels. I wanted to work on making it using a /join command. ...
<VoiceState>.speaking feature 4 messages
ember plume How can I get user speaking info in discord.js V14? I just wanna know if user speaking or not thats it but I don't want ...
Not adding money owed when they win 1 messages
Bot doesnt recognise the voice channel 16 messages
blissful blaze im trying to make a bot command to join a voicechannel but when i execute the command and specify a voice channel it te...
How Do I Make It So the Thread just looks like 1 channel 2 messages
Audio not playing 10 messages
stoic eagle ok so i am trying to transmit a audio file into the voice channel but the bot only is able to join the channel and is no...
Audio non playing on Linux 1 messages
fringe valve i've an issue deploying a bot on a linux machine. i've tried with docker and without but same problem on my windows mach...
Getting voice adapter with @discordjs/core 13 messages
stiff pendant I'm getting an issue with @discordjs/core and @discordjs/voice where it needs an adapter to join a voice channel. So I f...
Discord-player 1 messages
onyx nymph hi everyone, I need some help with discord-player.js I open the project again after some weeks and now nothing works but...
Is it possible to fetch a subscribed AudioPlayer from a VoiceConnection? 11 messages
jagged bluff Hello there. So I'm making a song bot that plays local files. The current play command simply joins a voice channel (or ...
Trying to make an automatic join to VC but wont work 6 messages
fast stag Code ```js client.on("ready",(c)=>{ const channel = c.channels.cache.get('1136337935201996850') const connection...
I want to build a music bot. Bot finds the song but does not play the song 5 messages
spiral bramble It finds the song on youtube by the name of the song, but the song does not start playing.
Lagging on voice channels 1 messages
foggy ocean I am not sure if its the stream which is from a online source(no copyright) or discord being sus but the stream is laggi...
Problem with play external URL 21 messages
lament ridge ```js TypeError [ERR_INVALID_ARG_TYPE]: The "body" argument must be of type function or an instance of Blob, ReadableStr...
OPUS Buffer is too large 21 messages
shell creek Help me, pls.
998946512144969748 998946620345434174
The problem with connecting two bots. 7 messages
shell creek I'm developing a functionality to relay a message from one source to multiple Discord channels simultaneously. I need to...
AudioPlayer auto pauses on Ubuntu VPS but not on Windows? 19 messages
dark mortar So I'm creating a bot that streams audio from a mp3 stream (Icecast server) to a Discord VC. It works completely fine on...
Error 9 messages
final dawn Whenever I use my ping slash commands, I recieve a 'Interaction has already been acknowledged.' error. I still works in ...
How to return player in external function 2 messages
lament ridge ```js function playURL(interaction){ let url = interaction.options.getString("url"); const player = interaction.lega...
Audio Won't Play 4 messages
lilac lance Converted it over to V14 and after that it just won't play but using a message output it says its playing but its not ...
Message event listener 6 messages
final dawn I created a messageCreate.js file, but my bot cannot perceive the message. I checked whether the file is loaded with con...
Cannot read properties of undefined (reading 'Flags') what do i do 2 messages
wicked tapir idk what to do with this
Cannot read properties of undefined (reading 'Flags') what do i do 1 messages
wicked tapir idk what to do with this
how making room but not for chat in my sever 3 messages
low talon I don't how to do it
How would I merge opus streams 4 messages
limber moat I would like to merge two opus streams or move into one to play in a vc.
998946512144969748 998946620345434174
the audio does not want to play and i dont get any error 9 messages
dreamy kite whats the fix?
998946512144969748 998946620345434174
the audio does not want to play and i dont get any error 1 messages
dreamy kite whats the fix?
998946512144969748 998946620345434174
to https://discord.com/api/v9/guilds/1009499262788313138/channels failed, reason: getaddrinfo ENOTFO 6 messages
gleaming urchin to https://discord.com/api/v9/guilds/1009499262788313138/channels failed, reason: getaddrinfo ENOTFOUND discord.com