ReadonlycacheStaticdefaultShared default max size for all managers (can be changed globally).
ban selected member in the server
The member to ban
Optionalreason: stringthe reason for the ban
A promise that resolves when the member is banned
edit selected member in the server
The member to edit
The options to edit the member with
Optionalavatar?: stringOptionalnickname?: stringOptionalroles?: string[]A promise that resolves when the member is edited
fetch a member from the server
The member to fetch
A promise that resolves with the fetched member
fetch a member from the server
A promise that resolves with the fetched member
kick selected member in the server
The member to kick
A promise that resolves when the member is kicked
Optionalavatar?: Optionalnickname?: null | stringOptionalroles?: string[]Optionaltimeout?: null | stringOptionalavatar?: Optionalnickname?: null | stringOptionalroles?: string[]Optionaltimeout?: null | stringresolves a member from a string or a member object
The member to resolve
The id of the member or null if it cannot be resolved
Adjust the maximum size for this manager at runtime.
unban selected member in the server
The member to unban
A promise that resolves when the member is unbanned
Insertion ordered cache of items this manager holds.