fix: add bot_handler to compile tree

This commit is contained in:
Akulij 2025-05-27 04:17:26 +05:00
parent ef5d74cf1c
commit 6ac3665dee

View File

@ -1,4 +1,5 @@
pub mod admin; pub mod admin;
pub mod bot_handler;
pub mod bot_manager; pub mod bot_manager;
pub mod botscript; pub mod botscript;
pub mod commands; pub mod commands;