Update README.md

This commit is contained in:
Dmitri Shimanski
2025-03-21 01:08:34 +02:00
committed by GitHub
parent 38df51f4b3
commit 9b0578092b

View File

@@ -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).