From 6ac3665dee1db09b3c3b71044b856fef495a7a7a Mon Sep 17 00:00:00 2001 From: Akulij Date: Tue, 27 May 2025 04:17:26 +0500 Subject: [PATCH] fix: add bot_handler to compile tree --- src/main.rs | 1 + 1 file changed, 1 insertion(+) 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;