moving default model settings to .env
This commit is contained in:
11
README.md
11
README.md
@ -30,16 +30,9 @@ Message intents are NOT supported in this bot, this is due to the verification t
|
||||
|
||||
1) Use ```npm i ```
|
||||
|
||||
2) Create a .env file ``` touch .env```
|
||||
2) Create a .env file ``` cp default.env .env```
|
||||
|
||||
3) Edit .env
|
||||
```
|
||||
TOKEN = (Discord Token)
|
||||
INTERNAL_IP = (The Internal IP Address of the Server running Serge)
|
||||
PUBLIC_URL = (The public URL of your Serge install)
|
||||
SERGE_PORT = (The PORT of your Serge install) - DEFAULT: 8008
|
||||
|
||||
```
|
||||
3) Edit .env ```nano .env```
|
||||
|
||||
4) Go into https://discord.com/developers/applications and enable Privileged Intents
|
||||
|
||||
|
Reference in New Issue
Block a user