ModuleBuilder/README.md

18 lines
398 B
Markdown
Raw Permalink Normal View History

# ModuleBuilder
2021-01-22 19:21:48 +00:00
Builder for Module Store v2.
2021-01-24 10:49:41 +00:00
2021-07-05 16:44:22 +00:00
## Self usage
2021-07-01 19:41:16 +00:00
To run this yourself, you **need** to:
1. [Get your own GitHub Personal Access Token](https://docs.github.com/en/articles/creating-a-personal-access-token-for-the-command-line)
2. Get a Discord bot token
3. Make a `src/env.js` file like:
```js
export default {
github: '<your github pat>',
discord: '<your discord bot token>
}
2021-07-05 16:44:22 +00:00
```