diff --git a/src/types/events/passive_update.rs b/src/types/events/passive_update.rs index 65a7272..7417467 100644 --- a/src/types/events/passive_update.rs +++ b/src/types/events/passive_update.rs @@ -9,7 +9,7 @@ use crate::types::{GuildMember, VoiceState}; /// Seems to be passively set to update the client on guild details (though, why not just send the update events?) pub struct PassiveUpdateV1 { pub voice_states: Vec, - pub members: Vec, + pub members: Option>, pub guild_id: String, pub channels: Vec, }