mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-01 05:53:54 +00:00
11 lines
195 B
Markdown
11 lines
195 B
Markdown
# 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"
|
|
```
|