chore: strip bot model from quark

This commit is contained in:
Paul Makles
2023-08-14 10:14:17 +01:00
parent 2fb9e7a802
commit bde432cb75
12 changed files with 6 additions and 180 deletions

View File

@@ -22,7 +22,6 @@ mod servers {
}
mod users {
pub mod bot;
pub mod user;
pub mod user_settings;
}
@@ -40,7 +39,6 @@ pub use servers::*;
pub use users::*;
pub use attachment::File;
pub use bot::Bot;
pub use channel::Channel;
pub use channel_invite::Invite;
pub use channel_unread::ChannelUnread;