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
You’ll have some object such that there is a Global scope for global things and then a scope per plugin, based on name or something uniqueish
each plugin accesses their stuff thru some service, and global things too, but it shouldn’t need to know about other plugins’ stuff and only the particular plugin should care about the structure of its data.
the interface to update fields in chat should take a scope (global or a particular plugin) and some straight JSON containing the new values of some fields.
We could do a copy on write for this so that you can go into the DB and delete the most recent entry to simulate a revert
I want to be able to change certain toggles, or colors, etc. (semi-constant values) from a plugin
Maybe reusing the controller plugin
Would need to persist states as they change to be loaded up on bot start
The text was updated successfully, but these errors were encountered: