Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MGalaCyber authored Jun 2, 2023
1 parent 79eb0cb commit a3d80ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ npm install

## 📄 Configuration

Rename `.env.example` to `.env` and fill out the values:
- Rename `.env.example` to `.env` and fill out the values:

```env
### Express
Expand All @@ -74,12 +74,13 @@ SECRET=Random_Number (Encrypted & Unique Code Number Recommended)
SCOPE=["identify", "email"] (Default)
CLIENT_ID=Discord_Client_ID
CLIENT_SECRET=Discord_Client_Secret
CLIENT_CALLBACK=http://localhost:3000/auth/discord/callback
CLIENT_CALLBACK=http://sitename.domain/auth/discord/callback
### Backend
MONGO_URI=You_MongoDB_Url
```
After installation or finishes all you can use `node .` to start the bot. or `Run Start.bat`
- Go to [Discord Developer Portal](https://discord.com/developers/applications), then go to your **Application** > **Oauth2** > **Redirects**. Copy url from `CLIENT_CALLBACK` and paste to `Redirects` and save.
- After installation or finishes all you can use `node .` to start the bot. or `Run Start.bat`

## 🔔 Notice!
Now for Decrypted version is Available on [Ko-Fi Shop](https://ko-fi.com/galaxd1274/shop). You can buy like Basic/Master version with Different Features. By buying my project products, you help me to keep motivated and passionate about developing other projects.
Expand Down

0 comments on commit a3d80ad

Please sign in to comment.