mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-20 13:59:00 +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() {
|
async fn run() {
|
||||||
teloxide::enable_logging!();
|
teloxide::enable_logging!();
|
||||||
log::info!("Starting ping_pong_bot!");
|
log::info!("Starting simple_commands_bot!");
|
||||||
|
|
||||||
let bot = Bot::from_env();
|
let bot = Bot::from_env();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue