From ee78703cd1a35236ecc1c36263580a81ee1b2019 Mon Sep 17 00:00:00 2001 From: Tim4ik Date: Sun, 15 Mar 2026 17:56:05 +0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 54b2b14..a6014a5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Telegrator is a modern C# framework for building Telegram bots, inspired by AOP --- +The documentation may not be completely transparent, informative or even actual to latest version, so if you have any questions or problems, please write them in the [Telegram.Bot](https://t.me/joinchat/B35YY0QbLfd034CFnvCtCA) group. I am a member of this group and will notice you! If you have any suggestions or want to participate in building documentation, make push requests and open issues on this repository! + +--- + ## ✨ Key Features - **Aspect-oriented approach**: Handlers and filters are "aspects" of the bot, easily composable and extendable.