fix some stuff

This commit is contained in:
Amish Shah
2016-10-24 20:13:44 +01:00
parent 5749eb6bb0
commit 1a5ce878a1
6 changed files with 34 additions and 11 deletions

View File

@@ -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();
});