Bugfix for moved history.toml

This commit is contained in:
Neshura 2023-12-30 00:53:00 +01:00
parent 9c15ea791f
commit 0f1de67db6
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
3 changed files with 8 additions and 5 deletions

View file

@ -49,6 +49,9 @@ pub(crate) async fn run(data: Arc<RwLock<SharedData>>) {
write.start = Utc::now();
}
let info_msg = "Bot init successful, starting normal operations".to_owned();
write_info(info_msg);
loop {
idle(&data).await;