/boibot.js

Discord bot for my discord server using Node.js and Discord.js

Primary LanguageJavaScript

Boibot.js

dem bois tell a computer what to do

Install

Do the npm dance 💃

npm i

Spin up the Bot

npm start

Testing

Run the mocha test suite:

npm run test

Or continuously run mocha. It'll re-run the tests as you update the project's code. Super handy for TDD.

npm run test:watch