Skip to content

Commit

Permalink
Revert "oh man"
Browse files Browse the repository at this point in the history
This reverts commit 7957f48.
  • Loading branch information
sebm253 committed Aug 23, 2024
1 parent 7957f48 commit 5d5e919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/gateway_events.go
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ type EventVoiceChannelEffectSend struct {
Emoji *discord.Emoji `json:"emoji"`
AnimationType *discord.VoiceChannelEffectAnimationType `json:"animation_type,omitempty"`
AnimationID *int `json:"animation_id,omitempty"`
SoundID *snowflake.ID `json:"sound_id,string"`
SoundID *snowflake.ID `json:"sound_id,omitempty"`
SoundVolume *float64 `json:"sound_volume,omitempty"`
}

Expand Down

0 comments on commit 5d5e919

Please sign in to comment.