EddieTheCubeHead / Scrimbot-2.0

1 stars 0 forks source link

Refactor member converters to use User dataclass conversion #23

Open EddieTheCubeHead opened 2 years ago

EddieTheCubeHead commented 2 years ago

Issue #3 will make User convertable via member converter and add the member to User as a non-db field for access. Refactor all code containing Member converters to use this new converter and to access the member through the user object if needed.