forked from jmug/stoatchat
Migrate guild members to its own collection, +rout
This commit is contained in:
@@ -24,7 +24,6 @@ pub struct Guild {
|
||||
pub owner: String,
|
||||
|
||||
pub channels: Vec<String>,
|
||||
pub members: Vec<Member>,
|
||||
pub invites: Vec<Invite>,
|
||||
|
||||
pub default_permissions: u32,
|
||||
|
||||
Reference in New Issue
Block a user