Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 756 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 756 Bytes

Pixel Bot (NodeJS)

BASED ON : https://github.com/lucasromerodb/discord-bot-starter-template-nodejs

Pre-requisites

cp config.mock.json config.json # to setup the your private bot token

Then update the BOT_TOKEN and OPEN_AI_KEY with your real one in the config.js file.

{
  "BOT_TOKEN": "YOUR_BOT_TOKEN_HERE",
  "OPEN_AI_KEY": "YOUR_API_KEY"
}

Run the bot

node index.js

Now you can see your bot online on your Discord server


Discord JS