moving default model settings to .env

This commit is contained in:
Raven Scott
2023-04-07 21:42:17 +02:00
parent 3326ffbb6c
commit e3c5341561
3 changed files with 23 additions and 21 deletions

View File

@ -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