Closed VanshKumar2821 closed 1 year ago
1.4.4
The Console Spam got fixed in 1.4.4 But the NO_CHANNEL issue is still there in 1.4.4. Found a fix for it from 1.2.8 => if (!channel || !["DM", "GROUP_DM"].includes(channel.type) && (!channel.isVoice() || !channel.joinable)) throw new DiscordStreamClientError("NO_CHANNEL"); using this code in joinVoiceChannel fixes it and there's another audio issue in 1.4.4, The sound is really messed up when streaming video. To say it more specifically its like adding a bassboost filter to video
😢
I feel the sound is very normal ;-;
So my first question is can't this console spam be fixed? and second one is that is there no support for guild voice channel anymore?