Skip to content

A very simple ChatGPT discord bot. Made under 2 hours.

License

Notifications You must be signed in to change notification settings

Belikhun/discord-chatgpt

Repository files navigation

ChatGPT Discord Bot

image

A very simple discord bot that reply to user's message, with long response support!. ⚠ Currently it will listen on all channels it can access so be aware!

🛠 Setting up

  1. Clone this repository
  2. Copy env.example.json file to env.json
  3. Fill in your OpenAI API key and Discord token
  4. Install requirements by running npm i
  5. Start the app by running npm start
  6. Profit!

🚢 Using docker

Simply run docker compose up inside project folder to get thing running!


✨ discord-chatgpt by Belikhun