interface RoleEditOptions
extends
RoleDataexport interface RoleEditOptions extends RoleData
Options for editing a role
optionalColorResolvable color? :
The color of the role, either a hex string or a base 10 number
Inherited from: RoleData
optionalBufferResolvable | Base64Resolvable | EmojiResolvable | null icon? :
The icon for the role The EmojiResolvable
should belong to the same guild as the role. If not, pass the emoji's URL directly
Inherited from: RoleData
optionalboolean mentionable? :
Whether or not the role should be mentionable
Inherited from: RoleData
optionalstring reason? :
The reason for editing this role