Skip to content

Commit a241384

Browse files
authored
Merge branch 'main' into fix-interaction-callback-docs
2 parents 6b34186 + 9188a66 commit a241384

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/resources/User.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The role connection object that an application has attached to a user.
182182

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

185-
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.
185+
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.
186186

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

docs/topics/Gateway_Events.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,14 @@ Sent when a guild soundboard sound is deleted.
880880

881881
#### Guild Soundboard Sounds Update
882882

883-
Sent when multiple guild soundboard sounds are updated. The inner payload is an array of [soundboard sound](#DOCS_RESOURCES_SOUNDBOARD/soundboard-sound-object) objects.
883+
Sent when multiple guild soundboard sounds are updated.
884+
885+
###### Guild Soundboard Sounds Update Event Fields
886+
887+
| Field | Type | Description |
888+
|-------------------|-----------------------------------------------------------------------------------------|-------------------------------|
889+
| soundboard_sounds | array of [soundboard sound](#DOCS_RESOURCES_SOUNDBOARD/soundboard-sound-object) objects | The guild's soundboard sounds |
890+
| guild_id | snowflake | ID of the guild |
884891

885892
#### Soundboard Sounds
886893

0 commit comments

Comments
 (0)