It should be possible to switch to another config during runtime. Easiest would be moving the config to an own class instance. If the new config could not be loaded (syntax errors, internal checks) the old config should stay active and the bot should pause.
It should be possible to switch to another config during runtime. Easiest would be moving the config to an own class instance. If the new config could not be loaded (syntax errors, internal checks) the old config should stay active and the bot should pause.