diff --git a/docs/client/connect.md b/docs/client/connect.md index e30431d..c3082b2 100644 --- a/docs/client/connect.md +++ b/docs/client/connect.md @@ -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