diff --git a/package-lock.json b/package-lock.json index 9eeee1e..ae031e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "denim_3001", - "version": "3001.25.0", + "version": "3001.25.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "denim_3001", - "version": "3001.25.0", + "version": "3001.25.1", "license": "ISC", "dependencies": { "@discordjs/opus": "github:discordjs/opus", diff --git a/package.json b/package.json index a107dd9..62b3bbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "denim_3001", - "version": "3001.25.0", + "version": "3001.25.1", "description": "Toto je velmi kvalitní bot.", "repository": { "url": "https://github.com/Histmy/Denim-Bot/" diff --git a/src/modules/vojs.ts b/src/modules/vojs.ts index cd11670..db4157c 100644 --- a/src/modules/vojs.ts +++ b/src/modules/vojs.ts @@ -68,7 +68,7 @@ module.exports = { const channel = mes.member?.voice.channel; if (!channel) return `di si tam sam ne ty gadzo ${mes.author}`; - const nahlas = arg.startsWith("potichu"); + const nahlas = !arg.startsWith("potichu"); if (nahlas) mes.channel.send("<@&591306633196339261> vojs"); joinVoice(channel)