diff --git a/src/main.rs b/src/main.rs index bdd6aab..8cb1bae 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,5 @@ pub mod admin; +pub mod bot_handler; pub mod bot_manager; pub mod botscript; pub mod commands;