- Simple chatting DiscordBot using API support OpenAI (ChatGPT) API.
- a discord bot talking with other user help your server never get bored again.
- Invite bots to the server: Invite.
- Discord.js.
- DotENV.
- Axios.
- OpenAI (Optional)
npm i
- Get your bot TOKEN in here!
- Get API Key here!
- If using the OpenAI API you will need to get the API in here
- Copy .env.example and rename it to .env right in the place have file name index.js!
- In .env edit:
TOKEN=your-discord-bot-token
RAPIAPI=your-api-key
PREFIX=a-prefix-to-use-command
OPENAI_API_KEY=your-openai-api-key
npm start
Run Docker
- Build project:
npm run build
- Start project:
npm run docker