Update Environment Variables

Corban-Lee Jones 2024-08-27 19:02:12 +00:00
parent 591f197484
commit 02cf2c4bd0

@ -39,10 +39,18 @@ Once created, you can gather the values for all of the following fields:
**Required / No Default**
The ID of your Discord Application, sometimes referred to as 'Client ID' or 'Application ID', it can be found under the 'General Information' tab when viewing your Discord Application.
Example value: `1129375994058336030`
#### `DISCORD_SECRET`
**Required / No Default**
A secret key used by your Discord Application, you can find it under the 'OAuth2' tab when viewing your Discord Application. If you lose it, you can create a new one from the same place you found it, using the 'Reset Secret' button.
Example value: `DFHjQNR5Rwd9tTmNNSvUrdBqAy34liL5` (This example is a randomly generated string, your value is sensitive so keep it secure)
#### `DISCORD_SCOPES`
**Required / Default `identity,guilds`**