Move all entities to their own folder.

This commit is contained in:
Paul Makles
2020-12-28 15:21:11 +00:00
parent b33f19a3c2
commit 6253a91276
13 changed files with 135 additions and 1352 deletions

View File

@@ -0,0 +1,4 @@
pub mod channel;
pub mod message;
pub mod guild;
pub mod user;