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.
The Datastore environment variables (
POSTGRES_DB
, ...) should be moved to config.yaml under theMusicBot/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.