mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-10-31 21:43: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"
|
||
|
```
|