Skip to content

Commit

Permalink
Merge pull request #9 from rayspock/feat/update-readme
Browse files Browse the repository at this point in the history
馃憯 small fixes to the readme
  • Loading branch information
rayspock committed Apr 25, 2023
2 parents a703660 + 5d439a2 commit 481373d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 481373d

Please sign in to comment.