-
-
Notifications
You must be signed in to change notification settings - Fork 5
Add persistent configuration into Bot #57
Copy link
Copy link
Open
Labels
coreissues related to core pinhook functionality such as plugin reloading, internal commandsissues related to core pinhook functionality such as plugin reloading, internal commandsfutureThings on the roadmapThings on the roadmapquestion
Description
Metadata
Metadata
Assignees
Labels
coreissues related to core pinhook functionality such as plugin reloading, internal commandsissues related to core pinhook functionality such as plugin reloading, internal commandsfutureThings on the roadmapThings on the roadmapquestion
The bot needs persistent storage, but not enough to justify a database (see #51). I believe the solution is to have a config file passed to the Bot object that it can read and write to. This can also help in doing config-only init (#39)
So the only decision i need to make is to standardize the format for config:
Any thoughts?