Unjin
Unjin
DIAdiscord.js - Imagine an app
Created by Unjin on 1/2/2024 in #djs-questions
Find an active audio resource on current guild?
Hello, how do I find an active audio resource on current guild? If there can only be one audio resource on the guild, then you can get it, right? But how?
10 replies
DIAdiscord.js - Imagine an app
Created by Unjin on 12/6/2023 in #djs-voice
Problem with voice
No description
25 replies
DIAdiscord.js - Imagine an app
Created by Unjin on 12/6/2023 in #djs-questions
Problem with voice
No description
4 replies
DIAdiscord.js - Imagine an app
Created by Unjin on 5/1/2023 in #djs-voice
I have a question. Why doesn't my bot turn on music if there are no errors and it is connected?
const player = createAudioPlayer();
const resource = createAudioResource('/root/Alesha_test/src/music/Розовый фламинго.mp3', { inlineVolume: true });
resource.volume.setVolume(0.5);
player.play(resource);
connection.subscribe(player);
const player = createAudioPlayer();
const resource = createAudioResource('/root/Alesha_test/src/music/Розовый фламинго.mp3', { inlineVolume: true });
resource.volume.setVolume(0.5);
player.play(resource);
connection.subscribe(player);
10 replies