From a654491d6ffe58f61ced3daa2c4a6db0da5f6407 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Sun, 24 Jul 2022 19:40:35 +0600 Subject: [PATCH] Simplify the doc sentence (code review) Former-commit-id: 0f526ebe99b75a6aeff3f577256dd8a572bb2bd5 --- src/dispatching.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dispatching.rs b/src/dispatching.rs index fb482e34..4d4a985a 100644 --- a/src/dispatching.rs +++ b/src/dispatching.rs @@ -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