improvements in samples

This commit is contained in:
2024-04-19 18:10:46 +06:00
parent c04a367375
commit d6a6ad8d37
5 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# BusinessConnectionBotBot
When bot connected or disconnected to the business chat, it will notify this chat
## Launch
```bash
../gradlew run --args="BOT_TOKEN"
```