Add relationships.rs

This commit is contained in:
Flori Weber 2023-06-14 22:14:48 +02:00
parent 57fc5ba860
commit 7202722eb1
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ pub use auth::*;
pub use channel::*;
pub use guild::*;
pub use message::*;
pub use relationship::*;
pub use role::*;
pub use user::*;
@ -11,6 +12,7 @@ mod auth;
mod channel;
mod guild;
mod message;
mod relationship;
mod role;
mod user;

View File