create models

This commit is contained in:
IAmTomahawkx
2025-06-20 16:40:01 -07:00
committed by Angelo
parent 6ecfd14b07
commit 96f046bc76
18 changed files with 499 additions and 28 deletions

View File

@@ -1,3 +1,4 @@
mod admin;
mod bots;
mod channel_invites;
mod channel_unreads;
@@ -15,6 +16,7 @@ mod servers;
mod user_settings;
mod users;
pub use admin::*;
pub use bots::*;
pub use channel_invites::*;
pub use channel_unreads::*;