Better broadcast stuff

This commit is contained in:
Amish Shah
2017-10-27 14:32:02 +01:00
parent a8511ebfaf
commit 8a87cbf404
3 changed files with 5 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ class VoiceBroadcast extends EventEmitter {
* @type {Client}
*/
this.client = client;
this.dispatchers = [];
this.dispatchers = new Set();
this.player = new BroadcastAudioPlayer(this);
}