From d741f665a218335adebe955ed5332e36570e5687 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 1 Aug 2024 00:08:59 +0300 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7719f32..9eabd89 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,10 @@ Feedback Bot is a Telegram bot designed to provide feedback and assistance. This -## Requirements +## About the Bot +This bot does not use a database; instead, I aimed to make the bot as simple as possible for use. For adding users to the blacklist, I used a JSON file, but you can customize this as needed. The bot supports both polling and webhook modes. +## Requirements - Python 3.11+ - Poetry for dependency management - `pytelegrambotapi` library