Simplify the doc sentence (code review)

Former-commit-id: 0f526ebe99
This commit is contained in:
Hirrolot 2022-07-24 19:40:35 +06:00
parent 839d4705ae
commit a654491d6f

View file

@ -207,8 +207,7 @@
//! - Probably more.
//!
//! Thus, REPLs are good for simple bots and rapid prototyping, but for more
//! involved scenarios, we recommend using [`DispatcherBuilder`]/[`Dispatcher`]
//! together with [`dptree`].
//! involved scenarios, we recommend using dispatching over REPLs.
//!
//! [`examples/purchase.rs`]: https://github.com/teloxide/teloxide/blob/master/examples/purchase.rs
//! [`Update::filter_message`]: crate::types::Update::filter_message