diff --git a/TelegramBots.wiki/abilities/State-Machines.md b/TelegramBots.wiki/abilities/State-Machines.md index 92d2af42..b97da8e9 100644 --- a/TelegramBots.wiki/abilities/State-Machines.md +++ b/TelegramBots.wiki/abilities/State-Machines.md @@ -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: -
-![Alt text](./img/replyflow_diagram.svg) - - -
+[[/abilities/img/replyflow_diagram.svg|Diagram]] ## Complete Example ```java