tfaughnan / artoo

Barebones IRC bot / astromech droid (WIP 🚧)
GNU General Public License v3.0
1 stars 4 forks source link

Clean up setting default config values #14

Open tfaughnan opened 2 years ago

tfaughnan commented 2 years ago

If not set in the config file, many config values need default values set. Currently we use the toml.MetaData object and a chain of if statements to do so. This should be cleaned up.

Additionally, there are some missing defaults at present, particularly for plugin-specific config. These should be added.