Specify a guild ID to request all member entities from. May be called multiple times.
none
Specify that you do not want to receive any member entities from all guilds. This is the default behavior.
Properties
Name
Type
Default
Description
fillPresences
Boolean?
null
Whether to request presence information from member entities requested from the gateway. Supply null to defer to Kord's recommended default behavior, which is currently equivalent to false.
lockMemberRequests
Boolean
false
Whether to force guild member requests to be sequential via a Mutex, preventing concurrent requests for guild members. This will significantly slow down requests for guild members, but may help larger bots to avoid hitting a rate limit.