Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 588 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 588 Bytes

 

Demo loading...

 

gpt3-discord-chatbot

A very simple discord chat bot powered by GPT-3 from OpenAI

Quick Start

  1. Run npm i
  2. Add your discord and openai tokens to config.js
  3. Add your bot to a server
  4. Start bot with node index.js
  5. Create a text channel for your bot and message !channel in it
  6. Add the channel id from your console to config.js
  7. Restart the bot
  8. Happy coding!