Create roles.rs

This commit is contained in:
bitfl0wer 2023-06-07 23:03:07 +02:00
parent 97ca0c17eb
commit afe9663ded
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 4 additions and 0 deletions

View File

@ -1 +1,5 @@
pub mod guilds;
pub mod roles;
pub use guilds::*;
pub use roles::*;