diff --git a/modules/Canttalk/index.js b/modules/Canttalk/index.js index fecae06..58f04eb 100644 --- a/modules/Canttalk/index.js +++ b/modules/Canttalk/index.js @@ -43,7 +43,7 @@ module.exports = async (bot, api) => { const files = fs.readdirSync(process.env["VOICE_TMP_PATH"]); const rnd = files[Math.floor(Math.random()*files.length)]; console.log(rnd); - api.queue.add(__dirname + "/../sysmsg.wav"); + api.queue.add(__dirname + "/../../sysmsg.wav"); api.queue.add(process.env["VOICE_TMP_PATH"] + "/" + rnd); }); } \ No newline at end of file diff --git a/sysmsg.wav b/sysmsg.wav index 799f3dd..b471e63 100644 Binary files a/sysmsg.wav and b/sysmsg.wav differ