diff --git a/crates/teloxide/src/dispatching/dispatcher.rs b/crates/teloxide/src/dispatching/dispatcher.rs index 808f9b5d..ce509864 100644 --- a/crates/teloxide/src/dispatching/dispatcher.rs +++ b/crates/teloxide/src/dispatching/dispatcher.rs @@ -304,7 +304,7 @@ where { self.try_dispatch_with_listener(update_listener, update_listener_error_handler) .await - .expect("try_dispatch_with_listener failed") + .expect("Couldn't prepare dispatching context") } /// Same as `dispatch_with_listener` but returns a `Err(_)` instead of