Modified: README.md

This commit is contained in:
hok7z 2023-01-04 22:32:37 +02:00
parent 7768e4bbde
commit 6d3d74f6e1
1 changed files with 10 additions and 8 deletions

View File

@ -26,13 +26,15 @@ This bot is designed to simplify the moderation and management of Telegram group
## Configuration .env ## Configuration .env
| environment variables | description | | environment variables | description |
|-----------------------------------|----------------------------------| |-------------------------------|----------------------------------|
| `bot_token` | telegram bot token | | `bot_token` | telegram bot token |
| `telegram_bot_api_server` | telegram bot api server |
| `db_url` | connection info to database |
| `api_id` and `api_hash` | telegram application data | | `api_id` and `api_hash` | telegram application data |
| `group_id` | group id | | `group_id` | group id |
| `second_group_id` | seconds group for admins | | `second_group_id` | seconds group for admins |
| `telegram_bot_api_server` | telegram bot api server |
| `db_url` | connection info to database |
| `limit_of_warns` | limit user warnings |
| `update_interval` | interval for update of user data |
## TODO ## TODO