diff --git a/modules/vojs.js b/modules/vojs.js index f2a0709..61b0579 100644 --- a/modules/vojs.js +++ b/modules/vojs.js @@ -163,7 +163,7 @@ module.exports = { let odpojit = false; if (!vojs) { const chanel = mes.member.voice.channel; - if (!chanel) return mes.channel.send("*grrrrrrrrg*"); + if (!chanel) return mes.channel.send("***grrrrrrrrg***"); vojs = await chanel.join(); odpojit = true; }