Fixes a bug where voice state update events didn't always set the member cache, leading to the user and member properties on VoiceState objects being missing.
Status
[X] These changes have been tested against Discord API or do not contain API change.
[ ] This PR includes only documentation changes, no code change.
About
Fixes a bug where voice state update events didn't always set the member cache, leading to the
user
andmember
properties onVoiceState
objects being missing.Status