A manager for interacting with users. You can retrieve users from the .cache property. At this point in time, Users cache population is heavily reliant on the Member cache.
Readonly
Fetches client user.
Optional
Whether to force a fetch from the API.
A Promise that resolves with the fetched user.
Fetches a user's servers (atm, only the logged in client is supported)
The ID of the user to fetch servers for.
A promise that resolves to a Collection with the returned servers.
Generated using TypeDoc
A manager for interacting with users. You can retrieve users from the .cache property. At this point in time, Users cache population is heavily reliant on the Member cache.