Your friendly neighborhood Discord bot.
- Node.js
- Install the dependencies:
npm install
- 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.
- Do a version bump with
npm version [major/minor/patch/etc.]
- See the semver docs for more information on how to bump the version.
- Push the new tag (and changes) with
git push --tags