/AI-Discord_bot

artificial intelligence discord bot

Primary LanguageJavaScriptMIT LicenseMIT

AI-Discord_bot

artificial intelligence discord bot

Getting Started

1) Clone repository

mkdir openai-discord-bot
cd openai-discord-bot
git clone https://github.com/JeherillaJanwar/AI-Discord_bot.git

2) Create discord bot and OpenAI account

3) Add discord bot to your server

4) Fill keys in env

CLIENT_TOKEN='{discord bot token}'
API='{openai.com api key}'
ROBOT_USER_ID='{discord bot user id}'

6) Run

  • Manual
npm install
npm start