mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
voice: add documentation to VoiceBroadcast
This commit is contained in:
@@ -27,6 +27,10 @@ class VoiceBroadcast extends EventEmitter {
|
||||
* @type {Client}
|
||||
*/
|
||||
this.client = client;
|
||||
/**
|
||||
* The dispatchers playing this broadcast
|
||||
* @type {Set<StreamDispatcher>}
|
||||
*/
|
||||
this.dispatchers = new DispatcherSet(this);
|
||||
this.player = new BroadcastAudioPlayer(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user