feat: started on auditlog object
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
BAaboe 2025-08-05 09:58:37 +02:00
parent e8de96b2d0
commit b49e5036be
2 changed files with 65 additions and 0 deletions

View file

@ -19,6 +19,7 @@ mod message;
mod password_reset_token;
mod role;
mod user;
mod auditlog;
pub use bans::GuildBan;
pub use channel::Channel;
@ -34,6 +35,7 @@ pub use password_reset_token::PasswordResetToken;
pub use role::Permissions;
pub use role::Role;
pub use user::User;
pub use auditlog::AuditLog;
use crate::error::Error;