interface CreateGuildRoleimport { type CreateGuildRole } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; Propertiesoptionalname: stringName of the role, max 100 characters, default: "new role" optionalpermissions: PermissionStrings[]Bitwise value of the enabled/disabled permissions, default: everyone permissions in guild optionalcolor: numberRGB color value, default: 0 optionalhoist: booleanWhether the role should be displayed separately in the sidebar, default: false optionalmentionable: booleanWhether the role should be mentionable, default: false optionalunicodeEmoji: stringThe role's unicode emoji (if the guild has the ROLE_ICONS feature) optionalicon: stringthe role's icon image (if the guild has the ROLE_ICONS feature)