mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
Fix travis builds
This commit is contained in:
@@ -59,6 +59,7 @@ class AudioPlayer extends EventEmitter {
|
||||
dispatcher.on('end', () => this.cleanup(dispatcher.stream, 'disp ended'));
|
||||
dispatcher.on('speaking', value => this.voiceConnection.setSpeaking(value));
|
||||
this.currentDispatcher = dispatcher;
|
||||
dispatcher.on('debug', m => this.emit('debug', `stream dispatch - ${m}`));
|
||||
return dispatcher;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user