diff --git a/index.js b/index.js index ab002b1..c7fa9b0 100644 --- a/index.js +++ b/index.js @@ -76,6 +76,7 @@ client.on("message", (msg) => { }); client.on("voiceStateUpdate", (vcState) => { + if(vcState.member.id !== client.user.id) return; vcState.setDeaf(true); vcState.setMute(false); }); \ No newline at end of file