Files
telegram-bot-template/README.md
2025-09-15 18:47:15 +03:00

16 lines
278 B
Markdown

Project template for simple telegram bots
Features:
- Base commands with FSM (no redis)
- JSON data storage
- Async worker function
- Cute project structure
.env example:
```.env
botToken="token:from-botfather"
whitelist=[userid]
dataPath="data/"
jsonFilename="data.json"
```