mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-05 18:26:59 +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]
|
#[tokio::main]
|
||||||
async fn main() {
|
async fn main() {
|
||||||
teloxide::enable_logging!();
|
teloxide::enable_logging!();
|
||||||
log::info!("Starting ping_pong_bot!");
|
log::info!("Starting the ping-pong bot!");
|
||||||
|
|
||||||
let bot = Bot::from_env();
|
let bot = Bot::from_env();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue