Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 975 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 975 Bytes

discord-gpt3-chatbot

Advanced AI Chatbot for Discord using Chat GPT and NodeJS and Discord.JS

Sample Image for Discord ChatGPT3 ChatBot

image

Requirements

  • Node.js (18 or newer)
  • A recent version of npm
  • An OpenAI Account

Step-by-step Guide (Run Locally)

  1. Clone this repository
  https://github.com/NextGenGk/discord-gpt3-chatbot.git
  1. Install the required packages by running
  npm install
  1. Rename .env-example file to .env file
  2. Put your OpenAI API key & Discord Bot Token into the .env file
    • You can obtain an API key here
    • Discord Developer Portal: here
  3. Run the bot using
  npm run start
  1. Now you're ready to go! People can send you messages, and the bot will respond to them