bump
This commit is contained in:
@ -5,6 +5,8 @@ use teloxide::{prelude::*, utils::command::BotCommand};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
debug!("starting the application");
|
||||
|
||||
tokio::spawn(run()).await.unwrap();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user