add topics example

This commit is contained in:
2022-12-31 15:45:48 +06:00
parent 4eb80ea53c
commit 0f2829945f
5 changed files with 178 additions and 1 deletions

9
TopicsHandling/README.md Normal file
View File

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