Fix image
This commit is contained in:
parent
d61ade0487
commit
ce2e1f9c7b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user