ModuleBuilder/README.md

398 B

ModuleBuilder

Builder for Module Store v2.

Self usage

To run this yourself, you need to:

  1. Get your own GitHub Personal Access Token
  2. Get a Discord bot token
  3. Make a src/env.js file like:
export default {
  github: '<your github pat>',
  discord: '<your discord bot token>
}