https://discord.com/developers/applications
https://platform.openai.com/signup
https://nodejs.org/en/
https://git-scm.com/downloads
git init
git clone https://github.com/Lane-G-Smith/Discord-Bot-Job-Interview-Code-Buddy.git
npm install
TOKEN=your_unique_token_here
OPENAI_API_KEY=your_unique_API_key_here
node code.js
npm install pm2 -g
Run your bot locally using pm2 https://pm2.keymetrics.io/
pm2 start code.js
Congratulations, your bot should now be live & confirmation should be logged in the terminal. Use your personal link from the Discord developer portal to invite your bot to a Discord server
https://discord.com/developers/applications