diff --git a/README.md b/README.md index bb8ed51f..53e659be 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ enum Dialogue { Start, ReceiveAttempt(u8), } + async fn handle_message( ctx: DialogueHandlerCtx, ) -> Result, RequestError> {