This commit is contained in:
2020-06-02 19:28:10 +06:00
parent b28fd5252b
commit 656b8b6774
7 changed files with 102 additions and 19 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]"
```