mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
fixed mentions even though they will be changed in the future... why
This commit is contained in:
@@ -290,9 +290,10 @@ var VoiceConnection = (function (_EventEmitter) {
|
||||
var _this3 = this;
|
||||
|
||||
var self = this;
|
||||
console.log("\n\nendpoint:", this.endpoint, "\n\n");
|
||||
_dns2["default"].lookup(this.endpoint, function (err, address, family) {
|
||||
_this3.endpoint = address;
|
||||
var vWS = self.vWS = new _ws2["default"]("wss://" + _this3.endpoint, null, { rejectUnauthorized: false });
|
||||
_this3.endpoint = address;
|
||||
var udpClient = self.udp = _dgram2["default"].createSocket("udp4");
|
||||
|
||||
var firstPacket = true;
|
||||
|
||||
Reference in New Issue
Block a user