Update January definitions; add servers collection

This commit is contained in:
Paul
2021-05-08 17:08:45 +01:00
parent 7293abfc53
commit 0f100213ba
7 changed files with 34 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
mod guild;
mod server;
mod autumn;
mod january;
mod channel;
@@ -8,6 +8,6 @@ mod user;
pub use january::*;
pub use autumn::*;
pub use channel::*;
pub use guild::*;
pub use server::*;
pub use message::*;
pub use user::*;