Skip to content

Commit

Permalink
Merge branch 'main' into fix-interaction-callback-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
owocado authored Oct 17, 2024
2 parents 6b34186 + 9188a66 commit a241384
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/User.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ The role connection object that an application has attached to a user.

## Get Current User % GET /users/@me

Returns the [user](#DOCS_RESOURCES_USER/user-object) object of the requester's account. For OAuth2, this requires the `identify` scope, which will return the object _without_ an email, and optionally the `email` scope, which returns the object _with_ an email.
Returns the [user](#DOCS_RESOURCES_USER/user-object) object of the requester's account. For OAuth2, this requires the `identify` scope, which will return the object _without_ an email, and optionally the `email` scope, which returns the object _with_ an email if the user has one.

## Get User % GET /users/{user.id#DOCS_RESOURCES_USER/user-object}

Expand Down
9 changes: 8 additions & 1 deletion docs/topics/Gateway_Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,14 @@ Sent when a guild soundboard sound is deleted.

#### Guild Soundboard Sounds Update

Sent when multiple guild soundboard sounds are updated. The inner payload is an array of [soundboard sound](#DOCS_RESOURCES_SOUNDBOARD/soundboard-sound-object) objects.
Sent when multiple guild soundboard sounds are updated.

###### Guild Soundboard Sounds Update Event Fields

| Field | Type | Description |
|-------------------|-----------------------------------------------------------------------------------------|-------------------------------|
| soundboard_sounds | array of [soundboard sound](#DOCS_RESOURCES_SOUNDBOARD/soundboard-sound-object) objects | The guild's soundboard sounds |
| guild_id | snowflake | ID of the guild |

#### Soundboard Sounds

Expand Down

0 comments on commit a241384

Please sign in to comment.