CactusDev / CactusBot

An open source, community-written service-agnostic chat bot
MIT License
30 stars 5 forks source link

Config integration with CactusAPI and Sepal #59

Closed 2Cubed closed 7 years ago

2Cubed commented 8 years ago

Class designed to load and dynamically update configuration values.

Initially loads all configuration values from the API, and dynamically updates via Sepal.

One instance can be passed around and used throughout the bot. This way, all code related to config can be written once, in an organized fashion.

Innectic commented 7 years ago

Sepal side is done

2Cubed commented 7 years ago

@Innectic This isn't done... we should only close after the Sepal client (in Python) is done and we're able to live update config values from it.