function bootstrap() { return { getOptions: () => { return {} /* TODO: actually read options file (`~/.config/drakecord/settings.json`?) */ }, destroySplash: () => { return true /* actually destroy splash if/when splash screen is created for updater */} } } module.exports = { bootstrap }