으후루꾸루후으
으후루꾸루후으
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
thx :meguFace:
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
:blobreachReverse:
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
:caillou:
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
this error is not just for you
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
recently ytdl has some connection problems
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
:dogeHaHa:
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
yeah
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
:blobreachReverse:
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
check the player sends its sound
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
yes
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
it works differently when you import some modules
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
so the mp3 file's path has to be "./test.mp3"
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
the relative paths are calculated with the entry file's directory
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
is the "main.js" file the entry of the program?
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
check the file "../test.mp3"'s path
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
is the path relatvie to the entry file(like index.js)?
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
the file path maybe the problem
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
then the problem is about audio source
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
it seems weird :Thonk: check the player status:
player.on("playing", () => {
console.log("player started");
})
player.on("playing", () => {
console.log("player started");
})
check if the message appears to ensure the player plays the audio source
52 replies
DIAdiscord.js - Imagine a bot
Created by _Syio on 4/12/2024 in #djs-voice
Bot dont Play audio
The connection didn't subscribe the player . Call the expression connection.subscribe(player) before playing audio source
52 replies