## Setting up a nova instance
+Clone the [example repo](https://github.com/discordnova/nova-quickstart.git) like so
+
+`git clone https://github.com/discordnova/nova-quickstart.git`,
+
+In this folder, find the `config.yml.example` file and rename it to match `config.yml`
+
+Next, you need to fill all the environment variables to match your discord bot.
// try to load the config
settings.config = config.get::<T>(service_name)?;
- pretty_env_logger::init();
-
+
// start the monitoring system if needed
crate::monitoring::start_monitoring(&settings.monitoring);
Ok(settings)