stem-discord / stembot-issues

Issues for Nemesis in STEM Homework Helpers & Students
https://stem.help
1 stars 0 forks source link

[BUG] Voice chat users are unmuted if they're muted #67

Open stem-discord-github-issues-potd[bot] opened 3 years ago

stem-discord-github-issues-potd[bot] commented 3 years ago

sender
retro#8664 - 329730235614363648

version

latest commit hash

e019cb0d

Exactly what it says on the tin

nopeless commented 3 years ago

@retro-ai



      await prop.victim.roles.remove(pendingRoles).catch(console.log);
      prop.victim.voice
        .kick()
        .catch((e) => console.error(`Unable to kick ${e} due to:`, e));```
this is the code atm
I don't see how its related to unmute

Please verify this