diff --git a/modules/vojs.js b/modules/vojs.js index a09b606..5022833 100644 --- a/modules/vojs.js +++ b/modules/vojs.js @@ -71,14 +71,13 @@ module.exports = (mes, komand, celArgs) => { mes.channel.send(`di si tam sam ne ty gadzo ${mes.author}`); break; } - if (mes.guild.voice) { - if (mes.guild.voice.channel === channel) { - mes.channel.send(`vsak uz tam sem ne ty gadzo ${mes.author}`); - break; - } - } + if (celArgs !== 'potichu') mes.channel.send('<@&591306633196339261> vojs'); + if (mes.guild.voice) { + if (mes.guild.voice.channel === channel) break; + } + channel.join() .then(con => { if (!timeouty[mes.guild.id]) {