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:
Bot Command Prefix
Web-hook URLs (for event logging)
PostgreSQL Server Connection Info
Bot Avatar URL (for web-hooks)
Bot Username (for web-hooks)
Event Types & Embed Color Codes
This solution could also be utilized to store credentials IF the file is added to .gitignore
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