You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.
This is a backlog issue that we want to agile in a later date.
No, we're not turning Clara into Ayana, reason for this is we implemented a really monolithic system, with the bot being the Kernel with hot swappable modules.
We want to split everything as following:
Gateway for bot connections.
Core for the actual bot Core (utilities, main class, etc.).
cmd for commands.
though not yet planned at this moment, we might consider this arch so the bot can work nominally with a failing core module (for example Core.Preloader failed, but it's suspended already because everything's loaded so operation would continue but reloading would be impossible)
The text was updated successfully, but these errors were encountered:
This is a backlog issue that we want to agile in a later date.
No, we're not turning Clara into Ayana, reason for this is we implemented a really monolithic system, with the bot being the Kernel with hot swappable modules.
We want to split everything as following:
Gateway
for bot connections.Core
for the actual bot Core (utilities, main class, etc.).cmd
for commands.though not yet planned at this moment, we might consider this arch so the bot can work nominally with a failing core module (for example Core.Preloader failed, but it's suspended already because everything's loaded so operation would continue but reloading would be impossible)
The text was updated successfully, but these errors were encountered: