add HelloBot

This commit is contained in:
2020-06-02 21:22:09 +06:00
parent 43f50b090a
commit 0517f451f1
4 changed files with 81 additions and 0 deletions

9
HelloBot/README.md Normal file
View File

@@ -0,0 +1,9 @@
# ForwarderBot
The main purpose of this bot is just to answer "Oh, hi, " and add user mention here
## Launch
```bash
../gradlew run --args="BOT_TOKEN"
```