create member.rs

This commit is contained in:
bitfl0wer 2023-06-09 23:41:40 +02:00
parent affa1ed259
commit ce59beab3a
2 changed files with 3 additions and 0 deletions

1
src/api/guilds/member.rs Normal file
View File

@ -0,0 +1 @@

View File

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