Fokin typo

This commit is contained in:
Histmy 2021-02-09 01:41:09 +01:00
parent 0becaf1fee
commit 13a3bcfc62

2
app.js
View File

@ -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);