voice stuff

This commit is contained in:
Amish Shah
2016-08-25 14:24:06 +01:00
parent 253789f398
commit d6f5df39fc
10 changed files with 48 additions and 30 deletions
@@ -74,7 +74,6 @@ class VoiceConnectionUDPClient extends EventEmitter {
});
this.udpSocket.on('error', (error, message) => {
console.log(error);
this.emit('error', { error, message });
});