add CustomBot

This commit is contained in:
2024-05-10 18:46:47 +06:00
parent aa9ca976f0
commit 73c1af15b3
4 changed files with 65 additions and 0 deletions

9
CustomBot/README.md Normal file
View File

@@ -0,0 +1,9 @@
# CustomBot
This bot basically have no any useful behaviour, but you may customize it as a playground
## Launch
```bash
../gradlew run --args="BOT_TOKEN"
```