fixed whitelist suggestion

This commit is contained in:
2025-09-15 18:47:15 +03:00
parent 9b26946e06
commit e161a7a0ed

View File

@ -9,7 +9,7 @@ Features:
.env example:
```.env
botToken="token:from-botfather"
whitelist=["userid"]
whitelist=[userid]
dataPath="data/"
jsonFilename="data.json"
```