cookieblob

Discord Boats

Cookieblob is a open-source discord bot.

Setting up the project for Development

  • Git clone this repo.
  • Run npm install
  • (Optional) Set the NODE_ENV env variable to development, This will give you extra logging.
  • Run the bot: npm start

Generating Documentation

  • After doing Setting up the project for Development
  • Generate the documentation: npm run gendocs

Running the website alone

  • Note: This feature has been removed in the following commit: 52da595917f2ecf0fee91ff3065f08957b0f14b9
  • Do Setting up the project for Development
  • Run the bot in web only mode: npm start cbwebonly
Share this project:

Updates