Update README.md

Update the Installation in getting started to match the new .env.example file
This commit is contained in:
SowinskiBraeden authored and GitHub committed 2024-04-05 16:20:11 -07:00
1 parent 46356adcd9
commit 7c2373e03e
1 file changed
+10 -4
+10 -4
View File
@@ -62,13 +62,19 @@ The bot requires minimal setup to get started.
2. Rename `.env.example` to `.env` 2. Rename `.env.example` to `.env`
3. Enter desired values into `.env` 3. Enter desired values into `.env`
``` ```
# Discord Bot Token
token='Your Discord Bot token' token='Your Discord Bot token'
# MongoDB Information
mongoURI='Your mongodb URI' mongoURI='Your mongodb URI'
dbo='Your mongodb database' dbo='Your mongodb database'
SERVER_ID='Your Nitrado server ID'
USER_ID='Your Nitrado user ID' # Encryption
AUTH_KEY='Your Nitrado Auth Token' key='Secret Encryption Key',
GuildID='Your Discord Guild ID' iv='Secret Initialization Vector',
# Other Bot Configuration
Dev=PROD. # or DEV.
``` ```
## Contact ## Contact