diff --git a/docs/docs/quickstart/integration/discord.mdx b/docs/docs/quickstart/integration/discord.mdx index 6c364bd3f..2f1fec7fe 100644 --- a/docs/docs/quickstart/integration/discord.mdx +++ b/docs/docs/quickstart/integration/discord.mdx @@ -45,13 +45,14 @@ pip install -r requirements.txt | LOCAL_SERVER_URL | URL of your local API server for LLMs starting with `local/`. (Default: `http://localhost:5000/v1`) | | LOCAL_API_KEY | API key for your local API server with LLMs starting with `local/`. Usually safe to leave blank. | -### Step 4: Invite the bot to your Discord server using this URL (replace `CLIENT_ID` with your Discord application's client ID from the OAuth2 tab) +### Step 4: Invite the bot to your Discord server +By using this URL below (replace `CLIENT_ID` with your Discord application's client ID from the OAuth2 tab) ``` https://discord.com/api/oauth2/authorize?client_id=(CLIENT_ID)&permissions=412317273088&scope=bot ``` -### STep 5: Run the bot +### Step 5: Run the bot Run the bot by using the following command in your command prompt: