From 5d5e919289e1444f5c4545a7af698c49b68a543e Mon Sep 17 00:00:00 2001 From: sebm253 <42180891+sebm253@users.noreply.github.com> Date: Fri, 23 Aug 2024 21:38:47 +0200 Subject: [PATCH] Revert "oh man" This reverts commit 7957f483ca35650cc3d051f94b3f2b69f33b2f38. --- gateway/gateway_events.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/gateway_events.go b/gateway/gateway_events.go index 45d1cf63..a6972697 100644 --- a/gateway/gateway_events.go +++ b/gateway/gateway_events.go @@ -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"` }