diff --git a/app.js b/app.js index 3430701..cefe5c3 100644 --- a/app.js +++ b/app.js @@ -54,7 +54,7 @@ client.on('voiceStateUpdate', (bef, aft) => { } if (!bef.channel) return; - if (bef.mute && bef.deaf && !aft.mute && aft.deaf) aft.setDeaf(false, 'us muze poslouchat gaza'); + if (bef.mute && bef.deaf && !aft.mute && aft.deaf) aft.setDeaf(false, 'us muze poslouchat gadza'); }); client.login(process.env.TOKEN);