Hi,
I have problem with my main class bot, i would like to send messages on chat personalized for each user, but when i want to inject my userService in bot class it says, that i cant.
My bot main class is added in startup as a singleton, and my userService as a scoped
I’m coding in net.core 3.0