mirror of
https://github.com/flibusta-apps/book_bot.git
synced 2025-12-06 15:35:35 +01:00
Update bots manager
This commit is contained in:
@@ -21,9 +21,5 @@ async fn main() {
|
||||
})
|
||||
.expect("Error setting Ctrl-C handler");
|
||||
|
||||
tokio::spawn(async move {
|
||||
bots_manager::BotsManager::start(running).await;
|
||||
})
|
||||
.await
|
||||
.unwrap();
|
||||
bots_manager::BotsManager::start(running).await;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user