From 7a582256ef0c4e2d2959d427d00e6fa85a4f5f8e Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Fri, 14 Feb 2020 03:26:46 +0600 Subject: [PATCH] Fix a typo in examples/simple_commands_bot --- examples/simple_commands_bot/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple_commands_bot/src/main.rs b/examples/simple_commands_bot/src/main.rs index fc6b449e..24a73158 100644 --- a/examples/simple_commands_bot/src/main.rs +++ b/examples/simple_commands_bot/src/main.rs @@ -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();