Add relationships.rs

This commit is contained in:
Flori Weber 2023-06-14 22:14:48 +02:00
parent 870d5606a0
commit 2a8a8d75d3
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
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