forked from jmug/stoatchat
Commit working draft, for perms.
This commit is contained in:
@@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user