Builder for Module Store v2.
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>
}
Builder for Module Store v2.
To run this yourself, you need to:
src/env.js
file like:export default {
github: '<your github pat>',
discord: '<your discord bot token>
}