diff --git a/README.md b/README.md index 3a583b4..f73393f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GPT Discord Bot -Discord bot written in Golang that interacts with the ChatGPT API +Discord bot written in Golang that interacts with the ChatGPT API. ## Table of Contents @@ -11,10 +11,10 @@ Discord bot written in Golang that interacts with the ChatGPT API ## Installation -To run this bot, follow these steps: +To run this bot, please follow these steps: 1. Go to the [releases page](https://github.com/rayspock/go-chatgpt-discord/releases) and download the binary that - matches your operating system. Extract the binary to a directory of your choice (such as ~/go-chatgpt-discord). + matches your operating system. Extract the binary to a directory of your choice (such as `~/go-chatgpt-discord`). 2. In the same directory as the binary, create a copy of .env.example and name it .env. Fill in the appropriate credentials as directed. 3. Obtain a new OpenAI API key by following the link [here](https://platform.openai.com/account/api-keys). Then, fill @@ -25,8 +25,8 @@ To run this bot, follow these steps: - Fill out `DISCORD_BOT_TOKEN` with your Discord bot token from the Bot settings page. - Copy your "Client ID" from the OAuth2 tab and fill in `DISCORD_CLIENT_ID`. -5. Run the bot by executing ./go-chatgpt-discord. A bot invitation URL will appear in the console. Copy and paste this - URL into your web browser to add the bot to your +5. Run the bot by executing `./go-chatgpt-discord`. A bot invitation URL will appear in the console. Copy and paste this + URL into your web browser to add the bot to your server. ## Local Development