Fix image

This commit is contained in:
rubenlagus 2020-01-23 23:39:45 +00:00 committed by Ruben Bermudez
parent ce2e1f9c7b
commit 00f68950aa
1 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,9 @@ Reply saidLeft = Reply.of(upd -> silent.send("Sir, I have gone left.", getChatId
```
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:
[[/abilities/img/replyflow_diagram.svg|Diagram]]
<p align="center">
[[/abilities/img/replyflow_diagram.svg|Diagram]]
</p>
## Complete Example
```java