Savant-Dev / v.0.0.1

An all-in-one Discord bot written in Python 3.8.2
0 stars 1 forks source link

Global Application Configuration #1

Closed Savant-Dev closed 4 years ago

Savant-Dev commented 4 years ago

The ideal solution for this would be to have both a static config_example/config file duo and a version of the configuration hosted on the PostgreSQL database.

Attributes currently needing to be stored:

This solution could also be utilized to store credentials IF the file is added to .gitignore

Savant-Dev commented 4 years ago

Format Suggestion: YAML

Necessary Additions: YAML Getter