add inline queries sample

This commit is contained in:
2023-04-21 23:21:15 +06:00
parent 0b37acb7a9
commit d7a7e7153e
7 changed files with 150 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
# RandomFileSenderBot
This bot will send random file from input folder OR from bot working folder
## Launch
```bash
../gradlew run --args="BOT_TOKEN[ optional/folder/path]"
```