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
Hey everyone, Just a quick update.
Maybe people have been contacting me if this project is abandoned, it wasn't, I was just demotivated. I made some bad architecture decisions when initially building the bot which lead to some problems later in development, and I didn't want to fix them.
I recently started work on NimdaDiscord and learned some new stuff which I want to incorporate into NimdaTS3. These changes will be Breaking Changes.
In the coming months, I am going to slowly and thoughtfully refactor NimdaTS3 with the changes I have wanted to do all this time. Plugins and timers will be correctly abstracted and containerized. Commands will be dynamically parsed into arguments so you won't need to do this in the plugin code.
The text was updated successfully, but these errors were encountered:
Plugin/Event/Timers Containers
Command Parsing
As you pointed out in another issue, removing the vendor from the git repo. (this is a remanent of an old Timeout issue that was pending being merged for months)
Better abstraction of database so plugins, timers and event all have defined access.
Hey everyone, Just a quick update.
Maybe people have been contacting me if this project is abandoned, it wasn't, I was just demotivated. I made some bad architecture decisions when initially building the bot which lead to some problems later in development, and I didn't want to fix them.
I recently started work on NimdaDiscord and learned some new stuff which I want to incorporate into NimdaTS3. These changes will be Breaking Changes.
In the coming months, I am going to slowly and thoughtfully refactor NimdaTS3 with the changes I have wanted to do all this time. Plugins and timers will be correctly abstracted and containerized. Commands will be dynamically parsed into arguments so you won't need to do this in the plugin code.
The text was updated successfully, but these errors were encountered: