Bugfix for moved history.toml
This commit is contained in:
parent
9c15ea791f
commit
0f1de67db6
3 changed files with 8 additions and 5 deletions
src
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue