This commit is contained in:
2025-03-29 21:47:27 +01:00
parent 74eb71f966
commit c9112ffa7f

View File

@@ -192,6 +192,8 @@ impl BotsManager {
}
pub async fn start(running: Arc<AtomicBool>) {
BotsManager::check().await;
start_axum_server(running.clone()).await;
let mut tick_number: i32 = 0;