add example with oneof and fsm

This commit is contained in:
2021-06-30 13:12:15 +06:00
parent d062ab86ae
commit 522d1b55ba
5 changed files with 125 additions and 1 deletions

10
FSMBot/README.md Normal file
View File

@@ -0,0 +1,10 @@
# FSM
This bot contains an example of working with FSM included in project
[MicroUtils](https://github.com/InsanusMokrassar/MicroUtils)
## Launch
```bash
../gradlew run --args="BOT_TOKEN"
```