Update servers with invite link

This commit is contained in:
Elnu 2023-06-20 10:07:38 -07:00
parent 56f54553ce
commit e4bf1e733c
4 changed files with 24 additions and 2 deletions

View file

@ -39,6 +39,7 @@ pub struct Guild {
#[serde(default)]
pub recommended: bool,
pub channel: u64,
pub invite: Option<String>,
// None case means guild is not yet loaded
#[serde(default)]
pub icon: Option<Option<String>>,