sfirfi / Bug-Bomber-600

DEPRECATED Discord Bot.
6 stars 5 forks source link

Rebuild config for Multiservers #14

Closed sfirfi closed 6 years ago

sfirfi commented 6 years ago

We're currently running a messy mix of partly Multi server content and partly single Server content. We should rebuild the Config to be completely multiserver able. The current plan is based on a Multiserver setup by AEnterprise

Setup summary for multiserver confs:

Master config file

Serverwise configs

AEnterprise commented 6 years ago

might be worth to then also turn the master config into a json file as well for consistenty (or make both an ini file, but jsons are easier to save, load and manipulate)

sfirfi commented 6 years ago

We could do that yeah. I initially choose a ini as they are easier to set up for the most and you can simply edit them via a configparser function, but for saving whole new files or a bunch of edits it might be good to change to json

sfirfi commented 6 years ago

Serverwise configs are build in since 7d1e95f54e7bbd0345f67919479d3f5a8777f1e2 now. The general config is still the old one independent form the Configuration class

sfirfi commented 6 years ago

Going to close this for now as all the features are implemented. The only thing which could be changed for now is changing the main config to the json format which I think is harder to set up for the most.