Skip to content

Commit 6fc2a80

Browse files
committed
Change to "primary guild" and note enabled field as possibly null.
1 parent 7443093 commit 6fc2a80

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/resources/User.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ There are other rules and restrictions not shared here for the sake of spam and
4343
| premium_type? | integer | the [type of Nitro subscription](#DOCS_RESOURCES_USER/user-object-premium-types) on a user's account | identify |
4444
| public_flags? | integer | the public [flags](#DOCS_RESOURCES_USER/user-object-user-flags) on a user's account | identify |
4545
| avatar_decoration? | ?string | the user's [avatar decoration hash](#DOCS_REFERENCE/image-formatting) | identify |
46-
| primary_guild? | ?UserPrimaryGuild | the user's [clan data](#DOCS_RESOURCES_USER/user-object-user-primary-guild) | identify |
46+
| primary_guild? | ?UserPrimaryGuild | the user's [primary guild](#DOCS_RESOURCES_USER/user-object-user-primary-guild) | identify |
4747

4848
###### Example User
4949

@@ -105,10 +105,12 @@ Premium types denote the level of premium a user has. Visit the [Nitro](https://
105105
| Field | Type | Description |
106106
|-------------------|------------|---------------------------------------------------------------|
107107
| identity_guild_id | ?snowflake | the id of the user's primary guild |
108-
| identity_enabled | boolean | whether the user is displaying the primary guild's server tag |
108+
| identity_enabled | ?boolean | whether the user is displaying the primary guild's server tag |
109109
| tag | ?string | the text of the user's server tag. Limited to 4 characters |
110110
| badge | ?string | the [server tag badge hash](#DOCS_REFERENCE/image-formatting) |
111111

112+
113+
112114
### Connection Object
113115

114116
The connection object that the user has attached.

0 commit comments

Comments
 (0)