Update servers with invite link
This commit is contained in:
parent
56f54553ce
commit
e4bf1e733c
4 changed files with 24 additions and 2 deletions
|
@ -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>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue