itanex / stream-assist-bot

GNU General Public License v3.0
1 stars 0 forks source link

Rearchitect `Database` object and inject into command classes #10

Closed itanex closed 8 months ago

itanex commented 8 months ago

After investigating how to inject the dbo, it was discovered that the static aspect of the dbo files were actually the repository object that was being used in the commands. Since the type is the interface, it does not appear to be possible to inject at this time.