mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +01:00
Fix a typo in examples/simple_commands_bot
This commit is contained in:
parent
2147ba2048
commit
7a582256ef
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ async fn main() {
|
|||
|
||||
async fn run() {
|
||||
teloxide::enable_logging!();
|
||||
log::info!("Starting ping_pong_bot!");
|
||||
log::info!("Starting simple_commands_bot!");
|
||||
|
||||
let bot = Bot::from_env();
|
||||
|
||||
|
|
Loading…
Reference in a new issue