mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-01 05:53:54 +00:00
10 lines
180 B
Markdown
10 lines
180 B
Markdown
# 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]"
|
|
```
|