Skip to content

Commit 96e17b6

Browse files
committed
Clarify null case
1 parent 6faeb15 commit 96e17b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/user.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Premium types denote the level of premium a user has. Visit the [Nitro](https://
122122
| Field | Type | Description |
123123
|-------------------|------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
124124
| 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 user has never adopted an identity or if the system clears the identity, e.g. because the server no longer supports tags. |
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. |
126126
| tag | ?string | the text of the user's server tag. Limited to 4 characters |
127127
| badge | ?string | the [server tag badge hash](/docs/reference#image-formatting) |
128128

0 commit comments

Comments
 (0)