From 7eec06145a141d167afc7814f3cfd9e06eb292e6 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Sun, 3 Oct 2021 21:55:27 +0100 Subject: [PATCH] fix(VoiceState): Patch streaming value (#6747) --- src/structures/VoiceState.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/VoiceState.js b/src/structures/VoiceState.js index 048a1e07f..5a7b10772 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}