Skip to content

Commit

Permalink
Correct Guild Soundboard Sounds Update event data (#7207)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsian03 authored Oct 16, 2024
1 parent 656a244 commit 49c7842
Showing 1 changed file with 8 additions and 1 deletion.
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 49c7842

Please sign in to comment.