Voice Connection Issue

So, the bot joins the discord voice channel, then displays this after 15 seconds and then doesn't do anything. Node Version: V10.24.0 DiscordJS Version: 12.5.3 I can post the index.js in here if needed
No description
7 Replies
d.js toolkit
d.js toolkit8mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
gradientwizzard
gradientwizzardOP8mo ago
It does connect to the voice channel, but doesn't do anything then comes up with that error, is there a way to unblock it? Umm It joins the discord voice channel But then like freezes until it comes up with that error So, maybe doesn't connect properly What would be the fix?
duck
duck8mo ago
DiscordJS Version: 12.5.3
I'm willing to believe this is due to one of the many things fixed/implemented in the years since v12 please update
gradientwizzard
gradientwizzardOP8mo ago
Updated them both to the latest and got a new one
No description
gradientwizzard
gradientwizzardOP8mo ago
So I think I'm missing a dependency or something yeah, was it meant to be stable 14? Yeh that's true, I can't seem to get djs 14 is there a certain way? cause it keeps installing 10.5.2 Managed to push it to 14.12.1 bit gotta fix the ClientMissingIntents I'm guessing you mean this, right?
client.on('message', async message => {
if (!message.content.startsWith(prefix) || message.author.bot) return;
const args = message.content.slice(prefix.length).split(' ');
const command = args.shift().toLowerCase();
});
client.on('message', async message => {
if (!message.content.startsWith(prefix) || message.author.bot) return;
const args = message.content.slice(prefix.length).split(' ');
const command = args.shift().toLowerCase();
});
gradientwizzard
gradientwizzardOP8mo ago
https://github.com/leinstay/discobot would be easier to post this here
GitHub
GitHub - leinstay/discobot: Discord bot for 24/7 streaming of inter...
Discord bot for 24/7 streaming of internet radio stations (e.g. SHOUTcast). - leinstay/discobot
gradientwizzard
gradientwizzardOP8mo ago
Yeah, I'll see what I can do, appreciate it though Qjuh
Want results from more Discord servers?
Add your server