Create roles.rs

This commit is contained in:
bitfl0wer 2023-06-07 23:03:07 +02:00
parent 91ede88140
commit 990f9eb4e2
1 changed files with 4 additions and 0 deletions

View File

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