Added ARCHIVE_CHAT to readme ENV as variable

This commit is contained in:
BarsTiger
2023-05-06 15:06:06 +03:00
parent f52afb35b9
commit 82f2d124d6

View File

@@ -42,6 +42,7 @@ ADMIN=
DB_CHAT=
DB_PATH=
ENCRYPTION_KEY=
ARCHIVE_CHAT=
```
Add these variables to `.env` file or set up environment key-value on your hosting
@@ -86,6 +87,9 @@ to restore database. Path can be `.` to store in same folder. For me now it is `
### ENCRYPTION_KEY
Password to encrypt some database fields. Do not share it.
### ARCHIVE_CHAT
Images, generated using bot will be sent to this group by id. Bot should be added to group. This is optional.
## Starting bot
Type `/start` in new bot PM to set up everything.