1
0
Fork 0
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.
 
 
 
AAGaming ad448072bf
ci/woodpecker/push/main Pipeline was successful Details
Update 'wrangler.toml'
1 year ago
.github [CI] Only deploy on dist change 2 years ago
.woodpecker opps: rename env var 1 year ago
moduleWrappers [PCCompat > Settings] Persist store 2 years ago
scripts maybe fix 1 year ago
src update youtube-popouts (style changes) 1 year ago
workers-site cors 1 year ago
.gitignore [Various] New env JS file, AuthorGen 2 years ago
CNAME [Chore] Fill CNAME 2 years ago
LICENSE Initial commit 2 years ago
README.md [Readme] Fix config example syntax error (#10) 2 years ago
package-lock.json [Chore] Rebuild 2 years ago
package.json [GM > Plugin] Initial Add 2 years ago
pnpm-lock.yaml customize 1 year ago
sign.sh [PGP] sign.sh: remove --passphrase-fd things 2 years ago
temp.py [Chore] Update authors of sneexy-boi/material-cord 2 years ago
wrangler.toml Update 'wrangler.toml' 1 year ago
yarn.lock customize 1 year ago

README.md

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