Add a way to create channels.

This commit is contained in:
Paul Makles
2020-04-11 18:59:38 +01:00
parent 537f07b4a9
commit 1a41a68ee6
4 changed files with 72 additions and 16 deletions

View File

@@ -36,7 +36,6 @@ pub struct Guild {
pub description: String,
pub owner: String,
pub channels: Vec<String>,
pub invites: Vec<Invite>,
pub bans: Vec<Ban>,