You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ci/woodpecker/push/main Pipeline was successful
Details
|
1 year ago | |
---|---|---|
.github | 2 years ago | |
.woodpecker | 1 year ago | |
moduleWrappers | 2 years ago | |
scripts | 1 year ago | |
src | 1 year ago | |
workers-site | 1 year ago | |
.gitignore | 2 years ago | |
CNAME | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
pnpm-lock.yaml | 1 year ago | |
sign.sh | 2 years ago | |
temp.py | 2 years ago | |
wrangler.toml | 1 year ago | |
yarn.lock | 1 year ago |
README.md
MS2Builder
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>'
}