mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
Minor changes
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user