EddieTheCubeHead / Scrimbot-2.0

1 stars 0 forks source link

Refactor Converter classes to Service classes #29

Open EddieTheCubeHead opened 2 years ago

EddieTheCubeHead commented 2 years ago

The converter classes have outgrown their converter status and now behave more like general services. Reflect this by refactoring the naming convention. Also have a look at refactoring the naming of ConverterBase into something that more closely fits the superclasses current purpose: exposing an interface for services, that provide a discord.py-compatible convert-interface.