Updated structure and json work

This commit is contained in:
2025-09-15 17:44:24 +03:00
parent d13d6e7916
commit 9b26946e06
12 changed files with 91 additions and 56 deletions

View File

@ -0,0 +1,15 @@
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"
```