Attempting forceFetchUser callback

This commit is contained in:
abalabahaha
2016-02-20 18:33:36 -08:00
parent 78b18de1e1
commit 47ecc934f1
8 changed files with 244 additions and 171 deletions

View File

@@ -979,7 +979,7 @@ export default class Client extends EventEmitter {
}
//def forceFetchUsers
forceFetchUsers(){
return this.internal.forceFetchUsers();
forceFetchUsers(callback){
return this.internal.forceFetchUsers().then(callback);
}
}