skiqqy / C45DiscordBot

Proprietary™ (Thats a joke btw) C45 discord bot.
MIT License
2 stars 1 forks source link

Make use of a configuration file #13

Closed DavidBakerEffendi closed 4 years ago

DavidBakerEffendi commented 4 years ago

As our variables begin to grow, we may need to actually add a configuration file. Examples of uses would be to specify server settings and any sensitive information that we would like to exclude from the repository.

Python has a decent library to handle YAML files so we could consider using that.