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
+13 -7
+13 -7
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`
``` ```
token='Your Discord Bot token' # Discord Bot Token
mongoURI='Your mongodb URI' token='Your Discord Bot token'
dbo='Your mongodb database'
SERVER_ID='Your Nitrado server ID' # MongoDB Information
USER_ID='Your Nitrado user ID' mongoURI='Your mongodb URI'
AUTH_KEY='Your Nitrado Auth Token' dbo='Your mongodb database'
GuildID='Your Discord Guild ID'
# Encryption
key='Secret Encryption Key',
iv='Secret Initialization Vector',
# Other Bot Configuration
Dev=PROD. # or DEV.
``` ```
## Contact ## Contact