Skip to content

Commit b751c60

Browse files
committed
tables
1 parent 36185b9 commit b751c60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/resources/guild.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ This endpoint supports the `X-Audit-Log-Reason` header.
12361236
| name | string | name of the role, max 100 characters | "new role" |
12371237
| permissions | string | bitwise value of the enabled/disabled permissions | @everyone permissions in guild |
12381238
| color | integer | RGB color value | 0 |
1239-
| colors | [role colors object](/docs/topics/permissions#role-colors-object) | the role colors | [default role colors object](/docs/topics/permissions#default-role-colors-object) |
1239+
| colors | [role colors](/docs/topics/permissions#role-colors-object) object | the role colors | [default role colors object](/docs/topics/permissions#default-role-colors-object) |
12401240
| hoist | boolean | whether the role should be displayed separately in the sidebar | false |
12411241
| icon | ?[image data](/docs/reference#image-data) | the role's icon image (if the guild has the `ROLE_ICONS` feature) | null |
12421242
| unicode_emoji | ?string | the role's unicode emoji as a [standard emoji](/docs/reference#message-formatting) (if the guild has the `ROLE_ICONS` feature) | null |
@@ -1280,7 +1280,7 @@ This endpoint supports the `X-Audit-Log-Reason` header.
12801280
| name | string | name of the role, max 100 characters |
12811281
| permissions | string | bitwise value of the enabled/disabled permissions |
12821282
| color | integer | RGB color value |
1283-
| colors | [role colors object](/docs/topics/permissions#role-colors-object) | the role's colors |
1283+
| colors | [role colors](/docs/topics/permissions#role-colors-object) object | the role's colors |
12841284
| hoist | boolean | whether the role should be displayed separately in the sidebar |
12851285
| icon | [image data](/docs/reference#image-data) | the role's icon image (if the guild has the `ROLE_ICONS` feature) |
12861286
| unicode_emoji | string | the role's unicode emoji as a [standard emoji](/docs/reference#message-formatting) (if the guild has the `ROLE_ICONS` feature) |

docs/topics/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Roles represent a set of permissions attached to a group of users. Roles have na
208208
| id | snowflake | role id |
209209
| name | string | role name |
210210
| color | integer | integer representation of hexadecimal color code |
211-
| colors | [role colors](/docs/topics/permissions#role-colors-object) object | the role colors |
211+
| colors | [role colors](/docs/topics/permissions#role-colors-object) object | the role colors |
212212
| hoist | boolean | if this role is pinned in the user listing |
213213
| icon? | ?string | role [icon hash](/docs/reference#image-formatting) |
214214
| unicode_emoji? | ?string | role unicode emoji |

0 commit comments

Comments
 (0)