From 9b0578092be05fce02a7444d66d667651793bc5b Mon Sep 17 00:00:00 2001 From: Dmitri Shimanski Date: Fri, 21 Mar 2025 01:08:34 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eac6a0b..65682bc 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,9 @@ public static async Task HandleUpdate(ITelegramBotClient bot, Update update, Can ``` ### We know about this bugs: -- [ ] Not working providing dependencies in class constructor and this gives an error. - Try to not use provided dependencies in class. We are should to fix it in v1.0.2. +- [ X ] Not working providing dependencies in class constructor and this gives an error. + ~~Try to not use provided dependencies in class. We are should to fix it in v1.0.2.~~ + Now just use static variables ## License -This project is open-source and available under the [Apache 2.0 License](LICENSE). \ No newline at end of file +This project is open-source and available under the [Apache 2.0 License](LICENSE).