mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03: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;
|
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
|
* An array of Voice Receivers that have been created for this connection
|
||||||
* @type {VoiceReceiver[]}
|
* @type {VoiceReceiver[]}
|
||||||
|
|||||||
Reference in New Issue
Block a user