From a535ce88588ee617ecd722d09134080d8bd7d88b Mon Sep 17 00:00:00 2001 From: Arista Indrajaya Date: Wed, 28 Feb 2024 08:56:18 +0700 Subject: [PATCH] docs: fix typo and shorten the step title --- docs/docs/quickstart/integration/discord.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: