refraction/src/handlers/mod.rs
seth 45403e9d9b
initial rewrite in rust & moderation commands
Signed-off-by: seth <getchoo@tuta.io>
2023-12-03 18:29:04 -05:00

5 lines
101 B
Rust

mod error;
mod event;
pub use error::handle as handle_error;
pub use event::handle as handle_event;