mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
Better broadcast stuff
This commit is contained in:
@@ -23,7 +23,7 @@ class VoiceBroadcast extends EventEmitter {
|
||||
* @type {Client}
|
||||
*/
|
||||
this.client = client;
|
||||
this.dispatchers = [];
|
||||
this.dispatchers = new Set();
|
||||
this.player = new BroadcastAudioPlayer(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user