mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +01:00
Fix the doc test
This commit is contained in:
parent
bf114de249
commit
d901529ce3
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
//! input
|
//! input
|
||||||
//! .dialogue
|
//! .dialogue
|
||||||
//! .unwrap()
|
//! .unwrap()
|
||||||
//! .dispatch(input.cx)
|
//! .react(input.cx)
|
||||||
//! .await
|
//! .await
|
||||||
//! .expect("Something wrong with the bot!")
|
//! .expect("Something wrong with the bot!")
|
||||||
//! },
|
//! },
|
||||||
|
|
Loading…
Reference in a new issue