Merge pull request #756 from teloxide/update-readme

Don't list the `auto-send` feature in `README.md`

Former-commit-id: 3fd356e0bd
This commit is contained in:
Sima Kinsart 2022-10-31 16:16:09 +06:00 committed by GitHub
commit 6846b74447

View file

@ -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"] }