Updated indentation of State-Machines example
This commit is contained in:
parent
f84ec0b020
commit
854b336a24
@ -70,7 +70,6 @@ Now, after your naughty bot retaliates, the user can say "go left or else" to fo
|
|||||||
|
|
||||||
## Complete Example
|
## Complete Example
|
||||||
```java
|
```java
|
||||||
public static class ReplyFlowBot extends AbilityBot {
|
|
||||||
public class ReplyFlowBot extends AbilityBot {
|
public class ReplyFlowBot extends AbilityBot {
|
||||||
public ReplyFlowBot(String botToken, String botUsername) {
|
public ReplyFlowBot(String botToken, String botUsername) {
|
||||||
super(botToken, botUsername);
|
super(botToken, botUsername);
|
||||||
|
Loading…
Reference in New Issue
Block a user