add LiveLocationsBot sample and update dependencies

This commit is contained in:
2023-02-17 15:58:25 +06:00
parent f6082cff30
commit 51c300c734
5 changed files with 118 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
# LiveLocationsBot
This bot will send you live location and update it from time to time
## Launch
```bash
../gradlew run --args="BOT_TOKEN"
```