Skip to content

Commit bb03bc2

Browse files
authored
Update the description for identity_enabled to be clearer (#7701)
* Update identity_enabled description to be clearer * Update user.mdx * Update user.mdx * Update user.mdx I believe a user leaving a guild also returns ``false``, I could it add it but it may be really lengthy then. Also, let me know if what I provided have exceptions or are just entirely wrong. * Update user.mdx * Update user.mdx
1 parent 5ca708b commit bb03bc2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/resources/user.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@ Premium types denote the level of premium a user has. Visit the [Nitro](https://
119119

120120
###### User Primary Guild
121121

122-
| Field | Type | Description |
123-
|-------------------|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
124-
| identity_guild_id | ?snowflake | the id of the user's primary guild |
125-
| identity_enabled | ?boolean | whether the user is displaying the primary guild's server tag. This can be `null` if the system clears the identity, e.g. because the server no longer supports tags. |
126-
| tag | ?string | the text of the user's server tag. Limited to 4 characters |
127-
| badge | ?string | the [server tag badge hash](/docs/reference#image-formatting) |
122+
| Field | Type | Description |
123+
|-------------------|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
124+
| identity_guild_id | ?snowflake | the id of the user's primary guild |
125+
| identity_enabled | ?boolean | whether the user is displaying the primary guild's server tag. This can be `null` if the system clears the identity, e.g. the server no longer supports tags. This will be `false` if the user manually removes their tag. |
126+
| tag | ?string | the text of the user's server tag. Limited to 4 characters |
127+
| badge | ?string | the [server tag badge hash](/docs/reference#image-formatting) |
128128

129129
### Avatar Decoration Data Object
130130

0 commit comments

Comments
 (0)