mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(VoiceState): Patch streaming value (#6747)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user