mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-08 11:22:31 +01:00
edited for readability and spelling
This commit is contained in:
parent
3350d82a38
commit
b23c262f53
@ -1,15 +1,12 @@
|
||||
# Client
|
||||
|
||||
## Use your discord client for your instance.
|
||||
## Use your Discord client for your instance
|
||||
|
||||
In order to set your **ENDPOINT** follow these simple steps
|
||||
|
||||
- Go to this folder (`%appdata%/yourdiscord_client | Example: %appdata%/discordptb`)
|
||||
|
||||
- There is a file called (`settings.json`) the contents of this file are (`They can be different depending on your discord's client settings`) :
|
||||
|
||||
- Note: ( If you are the instance owner make sure to install `@yukikaze-bot/erlpack` using `npm i @yukikaze-bot/erlpack` in order for electron clients being able to connect to your instance by changing the endpoint)
|
||||
- Go to `%appdata%/yourdiscord_client` (Example: `%appdata%/discordptb`)
|
||||
|
||||
- There is a file called `settings.json`. It should look like (`Contents can be different depending on your Discord's client settings`):
|
||||
|
||||
```js
|
||||
{
|
||||
@ -25,10 +22,10 @@ In order to set your **ENDPOINT** follow these simple steps
|
||||
}
|
||||
```
|
||||
|
||||
- Add this line to ( `settings.json` )
|
||||
- Add this line to `settings.json`
|
||||
|
||||
```js
|
||||
"WEBAPP_ENDPOINT" : "https://your_fosscord_instace_url"
|
||||
"WEBAPP_ENDPOINT" : "https://your_fosscord_instance_url"
|
||||
```
|
||||
|
||||
- It should look like this after you add the line:
|
||||
@ -44,7 +41,7 @@ In order to set your **ENDPOINT** follow these simple steps
|
||||
"height": 600
|
||||
},
|
||||
"BACKGROUND_COLOR": "#202225",
|
||||
"WEBAPP_ENDPOINT" : "https://your_fosscord_instace_url"
|
||||
"WEBAPP_ENDPOINT" : "https://your_fosscord_instance_url"
|
||||
}
|
||||
```
|
||||
|
||||
@ -52,3 +49,4 @@ In order to set your **ENDPOINT** follow these simple steps
|
||||
|
||||
// Made by ImAaronFR
|
||||
// Added to PR and specific folder by AToska21
|
||||
// Edited by Z3naero
|
||||
|
Loading…
Reference in New Issue
Block a user