mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
add member chunks
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user