Fix image

This commit is contained in:
rubenlagus 2020-01-23 23:35:37 +00:00 committed by Ruben Bermudez
parent d61ade0487
commit ce2e1f9c7b
1 changed files with 1 additions and 5 deletions

View File

@ -63,12 +63,8 @@ Reply saidLeft = Reply.of(upd -> silent.send("Sir, I have gone left.", getChatId
hasMessageWith("go left or else"));
```
Now, after your naughty bot retaliates, the user can say "go left or else" to force the bot to go left. Awesome, our logic now looks like this:
<div align="center">
![Alt text](./img/replyflow_diagram.svg)
<img src="./img/replyflow_diagram.svg">
</div>
[[/abilities/img/replyflow_diagram.svg|Diagram]]
## Complete Example
```java