Mocnější grgacek

This commit is contained in:
Histmy 2021-07-28 17:58:43 +02:00
parent a583e58e60
commit f2bec5b434

View File

@ -163,7 +163,7 @@ module.exports = {
let odpojit = false; let odpojit = false;
if (!vojs) { if (!vojs) {
const chanel = mes.member.voice.channel; const chanel = mes.member.voice.channel;
if (!chanel) return mes.channel.send("*grrrrrrrrg*"); if (!chanel) return mes.channel.send("***grrrrrrrrg***");
vojs = await chanel.join(); vojs = await chanel.join();
odpojit = true; odpojit = true;
} }