mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
Attempting forceFetchUser callback
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user