diff --git a/src/main.rs b/src/main.rs index f4b1e6e..31763bc 100755 --- a/src/main.rs +++ b/src/main.rs @@ -5,6 +5,8 @@ use teloxide::{prelude::*, utils::command::BotCommand}; #[tokio::main] async fn main() { + debug!("starting the application"); + tokio::spawn(run()).await.unwrap(); }