mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
398 B
398 B
ModuleBuilder
Builder for Module Store v2.
Self usage
To run this yourself, you need to:
- Get your own GitHub Personal Access Token
- Get a Discord bot token
- Make a
src/env.js
file like:
export default {
github: '<your github pat>',
discord: '<your discord bot token>
}