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.
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
andDISCORD_PUBLIC_KEY
into your environment variables. If failed to comply, you will be unable to Login with Discord.