Fix the doc test

This commit is contained in:
Temirkhan Myrzamadi 2020-07-25 22:56:03 +06:00
parent bf114de249
commit d901529ce3

View file

@ -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!")
//! }, //! },