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
I realize the dependencies make this very difficult. But we could resolve the graph, and load/reload everything down the chain one at a time and then bring them back. Not sure how difficult that would be.
We would want a programmatic API like client.plugin.load("admin") and reload, unload.
I desire this personally because I could have plugins self update and never take my bot offline if this existed, and also SupyBot has it and it's pretty darn useful.
The text was updated successfully, but these errors were encountered:
I realize the dependencies make this very difficult. But we could resolve the graph, and load/reload everything down the chain one at a time and then bring them back. Not sure how difficult that would be.
We would want a programmatic API like
client.plugin.load("admin")
andreload
,unload
.I desire this personally because I could have plugins self update and never take my bot offline if this existed, and also SupyBot has it and it's pretty darn useful.
The text was updated successfully, but these errors were encountered: