From 6d3d74f6e19b35a7710c3171f778ef1a2fbb6c73 Mon Sep 17 00:00:00 2001 From: hok7z Date: Wed, 4 Jan 2023 22:32:37 +0200 Subject: [PATCH] Modified: README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0ebc670..4b99d71 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,16 @@ This bot is designed to simplify the moderation and management of Telegram group ## Configuration .env -| environment variables | description | -|-----------------------------------|----------------------------------| -| `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 | -| `group_id` | group id | -| `second_group_id` | seconds group for admins | +| environment variables | description | +|-------------------------------|----------------------------------| +| `bot_token` | telegram bot token | +| `api_id` and `api_hash` | telegram application data | +| `group_id` | group id | +| `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