Create permissions.rs

This commit is contained in:
bitfl0wer 2023-06-10 21:51:45 +02:00
parent c9d763affa
commit 48a063838b
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
2 changed files with 2 additions and 0 deletions

View File

@ -1,7 +1,9 @@
pub mod channels;
pub mod messages;
pub mod permissions;
pub mod reactions;
pub use channels::*;
pub use messages::*;
pub use permissions::*;
pub use reactions::*;

View File