mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Merge branch 'master' into indev
This commit is contained in:
@@ -32,6 +32,12 @@ class VoiceConnection extends EventEmitter {
|
||||
*/
|
||||
this.channel = pendingConnection.channel;
|
||||
|
||||
/**
|
||||
* Whether we're currently transmitting audio
|
||||
* @type {boolean}
|
||||
*/
|
||||
this.speaking = false;
|
||||
|
||||
/**
|
||||
* An array of Voice Receivers that have been created for this connection
|
||||
* @type {VoiceReceiver[]}
|
||||
|
||||
Reference in New Issue
Block a user