Commit working draft, for perms.

This commit is contained in:
Paul Makles
2020-04-08 13:22:07 +01:00
parent da95f6247d
commit b21a6f2231
5 changed files with 20 additions and 14 deletions

View File

@@ -24,7 +24,10 @@ pub fn get_collection(collection: &str) -> Collection {
get_db().collection(collection)
}
pub mod permissions;
pub mod channel;
pub mod guild;
pub mod message;
pub mod user;
pub use permissions::*;