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

@@ -556,4 +556,9 @@ export default class Client extends EventEmitter {
setPlayingGame(game, callback = (/*err, {}*/) => { }) {
return this.setStatus(null, game, callback);
}
//def forceFetchUsers
forceFetchUsers(){
return this.internal.forceFetchUsers();
}
}