Skip to content

Add persistent configuration into Bot #57

Description

@archangelic

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:

  • ini - a little obtuse, don't really care for this option
  • yaml
  • toml
  • json - hard to hand edit

Any thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    coreissues related to core pinhook functionality such as plugin reloading, internal commandsfutureThings on the roadmapquestion

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions