Unmute button not working

So I have a button (end stage) which converts a stage into a voice channel: - Makes the voice channel - Moves users into that voice channel - Deletes the stage If the host presses the end stage button while someone is requesting to speak in the stage (putting their hand up) that person encounters the glitch where it says this at the top: (after they have been moved into the voice channel)
4 Replies
d.js toolkit
d.js toolkit11mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
victorr
victorr11mo ago
The accept and decline buttons do not work, and this glitch state remains until the user leaves the voice channel On top of that the user is able to unmute, but the unmute does not register on the discord side which can be seen in the picture below.
victorr
victorr11mo ago
My code for the end-stage button: https://sourceb.in/lxJ34lCAO8
SourceBin
Code
Instantly share your code with the world.
victorr
victorr11mo ago
Update To completely isolate the issue, I have just tested with 3 accounts - One being the host - One being an audience member with their hand up - One being an audience member without their hand up The problem above occurred ONLY to the member with their hand up Yeah, found a work around however. Just had to decline any requests to speak before moving members.