Readonly
clientReturns whether bans should be cached.
Fetches a member ban in a server.
The ID of the server.
The ID of the user.
Optional
force: booleanWhether to force fetch the ban even if it's cached.
A Promise that resolves with the fetched member ban.
Unbans a user from a server.
The ID of the server.
The ID of the user.
Whether to remove the ban from the cache if it exists.
A Promise that resolves with the unbanned member ban or null
if it isn't cached.
Generated using TypeDoc
Manages guild bans in all servers.