repldex / Repldex

https://repldex.com
MIT License
21 stars 11 forks source link

Fixed issue with contributing #181

Closed selectdev closed 2 years ago

selectdev commented 2 years ago

I made it so then the Discord Client ID and Public Key doesn't go into config.json, but instead goes into the .env file where everything else is at. This should make contributing to the project much easier.

NOTE: This will require some changes to Vercel and local builds as you will need to place DISCORD_CLIENT_ID and DISCORD_PUBLIC_KEY into your environment variables. If failed to comply, you will be unable to Login with Discord.

selectdev commented 2 years ago

I am going to close this, since i can't actually delete this.

Reason: Still a work in progress