Skip to content

xpportal/pixel-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published