diff --git a/src/structures/VoiceState.js b/src/structures/VoiceState.js index 048a1e07febd..5a7b10772877 100644 --- a/src/structures/VoiceState.js +++ b/src/structures/VoiceState.js @@ -83,7 +83,7 @@ class VoiceState extends Base { this.sessionId ??= null; } - if ('self_streaming' in data) { + if ('self_stream' in data) { /** * Whether this member is streaming using "Screen Share" * @type {boolean}