TelegramBotAPI-examples/HelloBot/README.md

10 lines
154 B
Markdown
Raw Permalink Normal View History

2020-06-02 15:48:07 +00:00
# HelloBot
2020-06-02 15:22:09 +00:00
The main purpose of this bot is just to answer "Oh, hi, " and add user mention here
## Launch
```bash
../gradlew run --args="BOT_TOKEN"
```