load discord_token at runtime
token
is only needed at startup so it doesn't really need to live with the rest of the config stuff.
Is it considered bad practice to import functions directly rather than importing just the namespace and calling them as, for example, std::fs::read_to_string()
????