Skip to content

Commit

Permalink
Don't list the auto-send feature in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirrolot committed Oct 31, 2022
1 parent b2a4073 commit 69d86d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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"] }
Expand Down

0 comments on commit 69d86d9

Please sign in to comment.