mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
fix some stuff
This commit is contained in:
@@ -41,6 +41,7 @@ class VoiceConnection extends EventEmitter {
|
||||
|
||||
this.player.on('error', e => {
|
||||
this.emit('warn', e);
|
||||
console.log('so yeah uh'+e);
|
||||
this.player.cleanup();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user