Skip to content

PulseDevelopmentGroup/buster

Repository files navigation

Buster

Your friendly neighborhood Discord bot.

Prerequisites

  • Node.js

Getting Started

  1. Install the dependencies: npm install
  2. Take a look at the README in the project you would like to edit ( bot | web ) for further details on how to work on that project.

Releasing

  1. Do a version bump with npm version [major/minor/patch/etc.]
    • See the semver docs for more information on how to bump the version.
  2. Push the new tag (and changes) with git push --tags