Open MitchTalmadge opened 4 years ago
I've started making new classes so that they are non-static. Once I get time I'd like to go through and convert most if not all static classes (definitely all static services) to non-static. Pass in guildContext into the constructor instead of every single method.
Shouldn't be using static classes for everything. https://github.com/inversify/InversifyJS