Skip to content

RageOfFire/KoraBot

Repository files navigation

KoraBot

  • Simple chatting DiscordBot using API support OpenAI (ChatGPT) API.

GitHub language count Discord GitHub commit activity GitHub last commit GitHub code size in bytes GitHub repo size GitHub followers GitHub Repo stars GitHub package.json version (subfolder of monorepo)

Description

  • a discord bot talking with other user help your server never get bored again.
  • Invite bots to the server: Invite.

Getting started

Required

Installed

npm i

Setup

  • 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

Run

npm start

Run Docker

  • Build project:
npm run build
  • Start project:
npm run docker

Support

GitHub issues GitHub pull requests

Author