Readonly
clientDelete a role by ID.
ID of the server to delete the role.
ID of the role to delete.
Promise that resolves with the cached deleted role, or null if the role isn't present in the cache.
Removes a role from a member.
The ID of the server.
The ID of the member.
The ID of the role.
A Promise that resolves with no value upon successful completion.
Updates the permissions of a role.
The ID of the server.
The ID of the role.
Role permission update options.
A Promise that resolves with no value upon successful completion.
Generated using TypeDoc
A class representing a global role manager. At the moment, we don't cache roles in this structure.