mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-01 05:53:54 +00:00
10 lines
152 B
Markdown
10 lines
152 B
Markdown
# GetMeBot
|
|
|
|
This is one of the most easiest bot - it will just print information about itself
|
|
|
|
## Launch
|
|
|
|
```bash
|
|
../gradlew run --args="BOT_TOKEN"
|
|
```
|