mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 21:42:05 +00:00
Merge branch 'master' into indev
This commit is contained in:
commit
1e8392d90b
1 changed files with 6 additions and 0 deletions
|
|
@ -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[]}
|
||||
|
|
|
|||
Loading…
Reference in a new issue