mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
fix(VoiceState): Patch streaming value (#6747)
This commit is contained in:
@@ -83,7 +83,7 @@ class VoiceState extends Base {
|
|||||||
this.sessionId ??= null;
|
this.sessionId ??= null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ('self_streaming' in data) {
|
if ('self_stream' in data) {
|
||||||
/**
|
/**
|
||||||
* Whether this member is streaming using "Screen Share"
|
* Whether this member is streaming using "Screen Share"
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
|
|||||||
Reference in New Issue
Block a user