diff --git a/struct/funcs/handleVideo.js b/struct/funcs/handleVideo.js index 0a0a4bc2..2f7ba4b3 100644 --- a/struct/funcs/handleVideo.js +++ b/struct/funcs/handleVideo.js @@ -37,7 +37,7 @@ module.exports = async function (video, msg, voiceChannel, client, playlist = fa client.funcs.play(msg.guild, construct.songs[0], client, 0, true); } catch (error) { client.queue.delete(msg.guild.id); - client.channels.get(client.config.debug_channel).send("Error with connecting to voice channel: " + error); + //client.channels.get(client.config.debug_channel).send("Error with connecting to voice channel: " + error); return msg.channel.send(`<:redx:674263474704220182> An error occured: ${error}`); } return;