mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-01 05:53:54 +00:00
10 lines
168 B
Markdown
10 lines
168 B
Markdown
|
# ForwarderBot
|
||
|
|
||
|
The main purpose of this bot is just to send info about forwarder when bot receive any update
|
||
|
|
||
|
## Launch
|
||
|
|
||
|
```bash
|
||
|
../gradlew run --args="BOT_TOKEN"
|
||
|
```
|