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
//! .dialogue
//! .unwrap()
//! .dispatch(input.cx)
//! .react(input.cx)
//! .await
//! .expect("Something wrong with the bot!")
//! },