Skip to content

Unit Refactor

Right now, sql, matterbridge, and the bot itself are tightly coupled. It could be good to separate the core bot functionality from the database and messaging platforms. This would make the code easier to port, as well as allow more unit tests to be written.