lpoto / discord-music-bot

MIT License
1 stars 0 forks source link

Datastore config in config.yaml #38

Closed lpoto closed 1 year ago

lpoto commented 1 year ago

The Datastore environment variables (POSTGRES_DB, ...) should be moved to config.yaml under the MusicBot/Datastore/Postgres section. That way the whole config is in a single config file instead of having just a few required environment variables.

Also the help.txt file should be converted to markdown, as discord supports markdown anyway.

lpoto commented 1 year ago

Refactor and add tests #40