A very simple discord chat bot powered by GPT-3 from OpenAI
- Run
npm i
- Add your discord and openai tokens to
config.js
- Add your bot to a server
- Start bot with
node index.js
- Create a text channel for your bot and message
!channel
in it - Add the channel id from your console to
config.js
- Restart the bot
- Happy coding!