mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Fix missing #[tokio::main]
in README.md
This commit is contained in:
parent
5a680b6001
commit
1b565525b1
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ impl Default for State {
|
|||
}
|
||||
}
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
pretty_env_logger::init();
|
||||
log::info!("Starting dialogue_bot...");
|
||||
|
|
Loading…
Reference in a new issue