mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
Attempted assorted fixes
This commit is contained in:
@@ -25,7 +25,7 @@ var VoiceChannel = (function (_ServerChannel) {
|
||||
_classCallCheck(this, VoiceChannel);
|
||||
|
||||
_ServerChannel.call(this, data, client, server);
|
||||
this.members = new _UtilCache2["default"]();
|
||||
this.members = data.members || new _UtilCache2["default"]();
|
||||
}
|
||||
|
||||
VoiceChannel.prototype.join = function join() {
|
||||
|
||||
Reference in New Issue
Block a user