add polls sample bot

This commit is contained in:
2023-08-20 02:30:18 +06:00
parent 2ce47074d8
commit d289c2101d
4 changed files with 123 additions and 0 deletions

11
PollsBot/README.md Normal file
View File

@@ -0,0 +1,11 @@
# PollsBot
This bot will send test poll in the chat where commands will be received. Commands:
## Launch
```bash
../gradlew run --args="BOT_TOKEN"
```