Skip to content

Commit 49bf68b

Browse files
authored
fix user global_name description (#8227)
* fix user global_name description * remove period for consistency
1 parent fffe17c commit 49bf68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developers/resources/user.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ There are other rules and restrictions not shared here for the sake of spam and
3737
| id | snowflake | the user's id | identify |
3838
| username | string | the user's username, not unique across the platform | identify |
3939
| discriminator | string | the user's Discord-tag | identify |
40-
| global_name | ?string | the user's display name, if it is set. For bots, this is the application name | identify |
40+
| global_name | ?string | the user's display name, if it is set | identify |
4141
| avatar | ?string | the user's [avatar hash](/developers/reference#image-formatting) | identify |
4242
| bot? | boolean | whether the user belongs to an OAuth2 application | identify |
4343
| system? | boolean | whether the user is an Official Discord System user (part of the urgent message system) | identify |

0 commit comments

Comments
 (0)