make the tests pass

This commit is contained in:
Zertex 2023-05-30 10:57:34 -04:00
parent 25a0544822
commit 5a9a156846
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ pub struct Guild {
#[cfg_attr(feature = "sqlx", sqlx(skip))]
pub roles: Option<Vec<RoleObject>>,
#[cfg_attr(feature = "sqlx", sqlx(skip))]
#[serde(default)]
pub emojis: Vec<Emoji>,
//#[cfg_attr(feature = "sqlx", sqlx(try_from = "String"))]
pub features: GuildFeaturesList,