From 82f2d124d61260198c7bc8c759697bc2b71a1893 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Sat, 6 May 2023 15:06:06 +0300 Subject: [PATCH] Added ARCHIVE_CHAT to readme ENV as variable --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 289d0b6..4f986b4 100644 --- a/README.md +++ b/README.md @@ -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.