the_lego_bros
the_lego_bros
DIAdiscord.js - Imagine an app
Created by the_lego_bros on 9/19/2023 in #djs-voice
Bot Joins Voice Channel but Doesn't Play Audio File (ogg)
I also had to add a / to replace the path.join
19 replies
DIAdiscord.js - Imagine an app
Created by the_lego_bros on 9/19/2023 in #djs-voice
Bot Joins Voice Channel but Doesn't Play Audio File (ogg)
That was the issue
19 replies
DIAdiscord.js - Imagine an app
Created by the_lego_bros on 9/19/2023 in #djs-voice
Bot Joins Voice Channel but Doesn't Play Audio File (ogg)
Oh, that's because I had a path.join statement which I removed
19 replies
DIAdiscord.js - Imagine an app
Created by the_lego_bros on 9/19/2023 in #djs-voice
Bot Joins Voice Channel but Doesn't Play Audio File (ogg)
I'm playing the audio file from an event in the events folder and the sound is from the sounds folder
19 replies
DIAdiscord.js - Imagine an app
Created by the_lego_bros on 9/19/2023 in #djs-voice
Bot Joins Voice Channel but Doesn't Play Audio File (ogg)
No description
19 replies
DIAdiscord.js - Imagine an app
Created by the_lego_bros on 9/19/2023 in #djs-voice
Bot Joins Voice Channel but Doesn't Play Audio File (ogg)
I installed @discordjs/opus and the issue persists
19 replies
DIAdiscord.js - Imagine an app
Created by the_lego_bros on 9/19/2023 in #djs-voice
Bot Joins Voice Channel but Doesn't Play Audio File (ogg)
const client = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
GatewayIntentBits.GuildVoiceStates
],
partials: ["CHANNEL"]
});
const client = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
GatewayIntentBits.GuildVoiceStates
],
partials: ["CHANNEL"]
});
19 replies
DIAdiscord.js - Imagine an app
Created by the_lego_bros on 9/19/2023 in #djs-voice
Bot Joins Voice Channel but Doesn't Play Audio File (ogg)
Sure
19 replies
DIAdiscord.js - Imagine an app
Created by the_lego_bros on 9/19/2023 in #djs-voice
Bot Joins Voice Channel but Doesn't Play Audio File (ogg)
Discord.js version: [email protected] Node -v: v18.16.1
19 replies