diff --git a/modules/vojs.js b/modules/vojs.js index 5022833..76aca08 100644 --- a/modules/vojs.js +++ b/modules/vojs.js @@ -75,7 +75,7 @@ module.exports = (mes, komand, celArgs) => { if (celArgs !== 'potichu') mes.channel.send('<@&591306633196339261> vojs'); if (mes.guild.voice) { - if (mes.guild.voice.channel === channel) break; + if (mes.guild.voice.channel === channel && mes.guild.voice.connection) break; } channel.join()