Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 410 Bytes

File metadata and controls

14 lines (12 loc) · 410 Bytes

ai discord chat bot

built using node.js / discord.js / openai

To run locally on your machine

note you need to update the appropriate tokens in the example.env file and rename to .env

npm install && npm run start

To run on docker

there a couple of make commands to handle the image and orchastrate the container, the compose command both builds and starts it.

make compose