From 69d86d91ddabfc854dc5978876e5821d59d47b4d Mon Sep 17 00:00:00 2001 From: Sima Kinsart Date: Mon, 31 Oct 2022 15:56:13 +0600 Subject: [PATCH] Don't list the `auto-send` feature in `README.md` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1e528a1..bf649dd5 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ $ rustup override set nightly 5. Run `cargo new my_bot`, enter the directory and put these lines into your `Cargo.toml`: ```toml [dependencies] -teloxide = { version = "0.11", features = ["macros", "auto-send"] } +teloxide = { version = "0.11", features = ["macros"] } log = "0.4" pretty_env_logger = "0.4" tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] }