Add january support.

This commit is contained in:
Paul
2021-05-07 18:00:21 +01:00
parent cf7bb832da
commit 7293abfc53
20 changed files with 280 additions and 208 deletions

View File

@@ -1,9 +1,11 @@
mod autumn;
mod channel;
mod guild;
mod autumn;
mod january;
mod channel;
mod message;
mod user;
pub use january::*;
pub use autumn::*;
pub use channel::*;
pub use guild::*;