mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-31 16:40:37 +01:00
Update README.md
This commit is contained in:
parent
fbacf5a2ed
commit
ff53fca49a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ use teloxide::prelude::*;
|
|||
#[tokio::main]
|
||||
async fn main() {
|
||||
teloxide::enable_logging!();
|
||||
log::info!("Starting ping_pong_bot!");
|
||||
log::info!("Starting the ping-pong bot!");
|
||||
|
||||
let bot = Bot::from_env();
|
||||
|
||||
|
|
Loading…
Reference in a new issue