mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
Voice states were loaded with GetAllVoiceStates across the entire server, leaking who was in hidden voice channels. Now voice states are filtered through the visible channel set before inclusion in the ready payload. Updated tests to use explicit roles where voice state visibility matters.