Add MemberUpdatedWatcherBot example utilizing new 18.0.0 extensions

This commit is contained in:
McModder
2024-08-29 22:38:41 +03:00
parent 590f9ec6d8
commit 3efd3463a3
5 changed files with 102 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
# MemberUpdatedWatcherBot
This bot will watch for some ChatMemberUpdated events using new extensions from 18.0.0
## Launch
```bash
../gradlew run --args="BOT_TOKEN"
```