Skip to content

Commit

Permalink
fix(VoiceState): Patch streaming value (#6747)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Oct 3, 2021
1 parent c3f4de4 commit 7eec061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/VoiceState.js
Expand Up @@ -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}
Expand Down

0 comments on commit 7eec061

Please sign in to comment.