Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 574 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 574 Bytes

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