mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-01 05:53:54 +00:00
10 lines
171 B
Markdown
10 lines
171 B
Markdown
# ReactionsInfoBot
|
|
|
|
This bot will send info about user reactions in his PM with reply to message user reacted to
|
|
|
|
## Launch
|
|
|
|
```bash
|
|
../gradlew run --args="BOT_TOKEN"
|
|
```
|