1
0
Fork 0
 
 
 
Go to file
AAGaming ad448072bf
ci/woodpecker/push/main Pipeline was successful Details
Update 'wrangler.toml'
2022-06-05 06:07:17 +02:00
.github [CI] Only deploy on dist change 2021-07-02 17:26:52 +01:00
.woodpecker opps: rename env var 2021-12-21 16:15:52 -05:00
moduleWrappers [PCCompat > Settings] Persist store 2021-08-12 21:35:38 +01:00
scripts maybe fix 2021-12-21 14:41:27 -05:00
src update youtube-popouts (style changes) 2022-03-23 02:00:40 +01:00
workers-site cors 2021-12-21 15:54:59 -05:00
.gitignore [Various] New env JS file, AuthorGen 2021-07-01 20:41:16 +01:00
CNAME [Chore] Fill CNAME 2021-07-01 21:53:12 +01:00
LICENSE Initial commit 2021-01-22 19:21:48 +00:00
README.md [Readme] Fix config example syntax error (#10) 2021-11-12 16:51:08 +00:00
package-lock.json [Chore] Rebuild 2021-09-22 21:38:38 +01:00
package.json [GM > Plugin] Initial Add 2021-06-16 08:57:48 +01:00
pnpm-lock.yaml customize 2021-12-20 21:49:55 -05:00
sign.sh [PGP] sign.sh: remove --passphrase-fd things 2021-07-29 18:45:20 +01:00
temp.py [Chore] Update authors of sneexy-boi/material-cord 2021-05-14 21:36:47 +01:00
wrangler.toml Update 'wrangler.toml' 2022-06-05 06:07:17 +02:00
yarn.lock customize 2021-12-20 21:49:55 -05:00

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