Configuration
The configuration is made from the core configuration and modules configuration.
Layout
Your configuration files are supposed to be in the config folder of the bot root.
The end structure is supposed to look like this:
config
├───core
├───cache.yml
├───database.yml
├───discord.yml
├───preferences.yml
└───modules
└───<various .yml files>