Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 394 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 394 Bytes

MS2Builder

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>
}