CactusDev / CactusBot

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

Service configs #205

Open Innectic opened 7 years ago

Innectic commented 7 years ago

Running multiple services from the bot is a goal we do have, however constantly adding to the main config.py for each service is bad practice, since people would have to keep rewriting it, and this could cause issues in the future when the panel is done. So, we should maybe include a config.py and config.template.py for each service that user adds.

Innectic commented 7 years ago

Implementation has started on feature/service-config, but is waiting on the api to support more than one service ( command.py#L30 ). cough @RPiAwesomeness cough