Raptor123471 / DingoLingo

A Discord music bot written in Python with support for Youtube, SoundCloud, Spotify, Bandcamp, Twitter, and custom files.
GNU General Public License v3.0
282 stars 165 forks source link

Feature/dotenv #90

Open toothless92 opened 2 years ago

toothless92 commented 2 years ago

Moved bot credentials to config/.env file to make version control of the config/config.py file easier. Now, config files can be directly version controlled in forks.

Updated README.md with .env instructions.

Also updated .gitignore with .env and python generated files.