Update log handler

This commit is contained in:
2023-08-09 02:27:17 +02:00
parent 556b447c82
commit 231e88c690
8 changed files with 108 additions and 57 deletions

View File

@@ -2,6 +2,7 @@ use std::error::Error;
use serde_json::json;
use teloxide::prelude::*;
use tracing::log;
use crate::config;