diff --git a/docs/resources/user.mdx b/docs/resources/user.mdx index f31d414156..5d630aabdb 100644 --- a/docs/resources/user.mdx +++ b/docs/resources/user.mdx @@ -119,12 +119,12 @@ Premium types denote the level of premium a user has. Visit the [Nitro](https:// ###### User Primary Guild -| Field | Type | Description | -|-------------------|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| identity_guild_id | ?snowflake | the id of the user's primary guild | -| 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. | -| tag | ?string | the text of the user's server tag. Limited to 4 characters | -| badge | ?string | the [server tag badge hash](/docs/reference#image-formatting) | +| Field | Type | Description | +|-------------------|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| identity_guild_id | ?snowflake | the id of the user's primary guild | +| 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. | +| tag | ?string | the text of the user's server tag. Limited to 4 characters | +| badge | ?string | the [server tag badge hash](/docs/reference#image-formatting) | ### Avatar Decoration Data Object