diff --git a/src/types/events/voice.rs b/src/types/events/voice.rs index d41b5b7..2a102b5 100644 --- a/src/types/events/voice.rs +++ b/src/types/events/voice.rs @@ -8,7 +8,7 @@ use serde::{Deserialize, Serialize}; /// /// Not to be confused with [VoiceStateUpdate] pub struct UpdateVoiceState { - pub guild_id: String, + pub guild_id: Option, pub channel_id: Option, pub self_mute: bool, pub self_deaf: bool,