CactusBot icon indicating copy to clipboard operation
CactusBot copied to clipboard

Service configs

Open Innectic opened this issue 8 years ago • 1 comments

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 avatar Feb 11 '17 17:02 Innectic

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

Innectic avatar Feb 26 '17 18:02 Innectic