export interface RoleData
The data for a role.
optionalRoleColorsResolvable colors? :
The colors of the role
optionalboolean hoist? :
Whether or not the role should be hoisted
optionalBase64Resolvable | BufferResolvable | 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
optionalboolean mentionable? :
Whether or not the role should be mentionable
optionalstring name? :
The name of the role
optionalPermissionResolvable permissions? :
The permissions of the role
optionalnumber position? :
The position of the role