fix(VoiceState): Patch streaming value (#6747)

This commit is contained in:
Jiralite
2021-10-03 21:55:27 +01:00
committed by GitHub
parent c3f4de4801
commit 7eec06145a

View File

@@ -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}