Fix a types mismatch

This commit is contained in:
kozabrada123 2023-05-27 09:58:10 +02:00
parent b102f3d2cc
commit 21c4d53b28
1 changed files with 1 additions and 1 deletions

View File

@ -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<String>,
pub channel_id: Option<String>,
pub self_mute: bool,
pub self_deaf: bool,