export interface RoleData
The data for a role.
optionalColorResolvable color? :
The color of the role, either a hex string or a base 10 number
optionalboolean hoist? :
Whether or not the role should be hoisted
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
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