Fokin typo
This commit is contained in:
parent
0becaf1fee
commit
13a3bcfc62
2
app.js
2
app.js
@ -54,7 +54,7 @@ client.on('voiceStateUpdate', (bef, aft) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!bef.channel) return;
|
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);
|
client.login(process.env.TOKEN);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user