add files loader bot

This commit is contained in:
2020-08-23 21:52:13 +06:00
parent 426f8ffc61
commit c2788224e7
6 changed files with 78 additions and 6 deletions

9
FilesLoaderBot/README.md Normal file
View File

@@ -0,0 +1,9 @@
# FilesLoaderBot
This bot will download incoming files
## Launch
```bash
../gradlew run --args="BOT_TOKEN[ optional/folder/path]"
```