One problem noted by TeBeCo in the C# server is that I add a bunch of services that are theoretically each supposed to be an individual feature. Thing is that they aren't they are really a collection of features that are just supporting BotService which means they should be in the bot services context instead. 🤔 This needs a rework. Right now, BotService, ModerationService, EventService, etc. are circularly dependent on each other and that needs to end.
One problem noted by TeBeCo in the C# server is that I add a bunch of services that are theoretically each supposed to be an individual feature. Thing is that they aren't they are really a collection of features that are just supporting BotService which means they should be in the bot services context instead. 🤔 This needs a rework. Right now, BotService, ModerationService, EventService, etc. are circularly dependent on each other and that needs to end.