Minor changes

This commit is contained in:
Amish Shah
2015-12-17 18:31:52 +00:00
parent b82c318e96
commit 941fd2fe98
3 changed files with 3 additions and 3 deletions

View File

@@ -291,7 +291,7 @@ var VoiceConnection = (function (_EventEmitter) {
var self = this;
_dns2["default"].lookup(this.endpoint, function (err, address, family) {
self.endpoint = address;
_this3.endpoint = address;
var vWS = self.vWS = new _ws2["default"]("wss://" + _this3.endpoint, null, { rejectUnauthorized: false });
var udpClient = self.udp = _dgram2["default"].createSocket("udp4");