mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-10-31 21:43:54 +00:00
10 lines
147 B
Markdown
10 lines
147 B
Markdown
# LiveLocationsBot
|
|
|
|
This bot will send you live location and update it from time to time
|
|
|
|
## Launch
|
|
|
|
```bash
|
|
../gradlew run --args="BOT_TOKEN"
|
|
```
|