Fix deserialize error

This commit is contained in:
bitfl0wer 2023-08-20 23:24:30 +02:00
parent a3d4bde360
commit a606a31645
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ pub struct Guild {
pub splash: Option<String>,
#[cfg_attr(feature = "sqlx", sqlx(skip))]
pub stickers: Option<Vec<Sticker>>,
pub system_channel_flags: Option<SystemChannelFlags>,
pub system_channel_flags: Option<u64>,
pub system_channel_id: Option<Snowflake>,
#[cfg_attr(feature = "sqlx", sqlx(skip))]
pub vanity_url_code: Option<String>,