From 13a3bcfc62ad57dcbef181f63af02ce7766364dd Mon Sep 17 00:00:00 2001 From: Histmy Date: Tue, 9 Feb 2021 01:41:09 +0100 Subject: [PATCH] Fokin typo --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);