Attempted assorted fixes

This commit is contained in:
abalabahaha
2016-03-12 21:44:07 -08:00
parent 25f25f5506
commit 5e64d96272
6 changed files with 11 additions and 13 deletions

View File

@@ -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() {