pcparadise / discordbot

GNU General Public License v3.0
3 stars 5 forks source link

Migrating from config.ini to .env #60

Open Ganoodles opened 1 year ago

Ganoodles commented 1 year ago

PROPOSAL

Currently, we are using a config.ini file to store our configuration settings. However, I believe it would be beneficial for us to migrate to using environment variables with a .env file instead.

By adopting the use of .env files, we would benefit from the following: