Repository containing modified source code of the GM Module Builder
Go to file
Alyxia Sother 149455e380
[Ignore] .vercel
2021-07-06 13:05:57 +02:00
dist [Feat] Local images building 2021-07-05 21:33:45 +02:00
moduleWrappers [GM > Plugin] Add commands wrapper 2021-07-05 21:43:58 +02:00
scripts [PCCompatCheck] Better module.exports ignoring (accept no value inline) 2021-07-05 21:29:58 +02:00
src [autoTag] Fixed age-old bug 2021-07-05 23:49:03 +02:00
.gitignore [Ignore] .vercel 2021-07-06 13:05:57 +02:00
LICENSE Updated references and LICENSE. 2021-03-05 18:12:02 +01:00
README.md [Doc] Add subheader for self usage 2021-07-05 21:44:04 +02:00
_headers Add _headers 2021-01-23 20:19:40 +00:00
package-lock.json [Fixes] Fixed all issues 2021-07-05 22:15:05 +02:00
package.json [Fixes] Fixed all issues 2021-07-05 22:15:05 +02:00
vercel.json [Vercel] please shut up 2021-04-05 15:42:48 +02:00

README.md

ModuleBuilder

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