Skip to content

JeherillaJanwar/AI-Discord_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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