You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| permissions | string | bitwise value of the enabled/disabled permissions |@everyone permissions in guild |
877
+
| color | integer | RGB color value | 0 |
878
+
| hoist | boolean | whether the role should be displayed separately in the sidebar | false |
879
+
| icon |[image data](#DOCS_REFERENCE/image-data)| the role's icon image (if the guild has the `ROLE_ICONS` feature) | null |
880
+
| unicode_emoji | string | the role's unicode emoji as a [standard emoji](#DOCS_TOPICS_REFERENCE/message-formatting)(if the guild has the `ROLE_ICONS` feature) | null |
881
+
| mentionable | boolean | whether the role should be mentionable | false |
882
882
883
883
## Modify Guild Role Positions % PATCH /guilds/{guild.id#DOCS_RESOURCES_GUILD/guild-object}/roles
884
884
@@ -908,15 +908,15 @@ Modify a guild role. Requires the `MANAGE_ROLES` permission. Returns the updated
| permissions | string | bitwise value of the enabled/disabled permissions |
915
+
| color | integer | RGB color value |
916
+
| hoist | boolean | whether the role should be displayed separately in the sidebar |
917
+
| icon |[image data](#DOCS_REFERENCE/image-data)| the role's icon image (if the guild has the `ROLE_ICONS` feature) |
918
+
| unicode_emoji | string | the role's unicode emoji as a [standard emoji](#DOCS_TOPICS_REFERENCE/message-formatting)(if the guild has the `ROLE_ICONS` feature) |
919
+
| mentionable | boolean | whether the role should be mentionable |
920
920
921
921
## Delete Guild Role % DELETE /guilds/{guild.id#DOCS_RESOURCES_GUILD/guild-object}/roles/{role.id#DOCS_TOPICS_PERMISSIONS/role-object}
0 commit comments