This commit is contained in:
Aleksandr Trushkin
2021-01-10 22:46:29 +03:00
parent dd53a86c2d
commit be5ca4f14c

View File

@ -5,6 +5,8 @@ use teloxide::{prelude::*, utils::command::BotCommand};
#[tokio::main]
async fn main() {
debug!("starting the application");
tokio::spawn(run()).await.unwrap();
}