add member chunks

This commit is contained in:
hydrabolt
2016-02-12 22:07:56 +00:00
parent f0c719cf71
commit 54045de5f1
8 changed files with 97 additions and 3 deletions

View File

@@ -675,6 +675,12 @@ var Client = (function (_EventEmitter) {
return this.setStatus(null, game, callback);
};
//def forceFetchUsers
Client.prototype.forceFetchUsers = function forceFetchUsers() {
return this.internal.forceFetchUsers();
};
_createClass(Client, [{
key: "users",
get: function get() {