Repository containing modified source code of the GM Module Builder
Go to file
Alyxia Sother 79db05e7dc
[Add Plugin] TheArmagan/gm-spotify-crack
2021-07-19 11:11:19 +02:00
dist [Feat] Local images building 2021-07-05 21:33:45 +02:00
moduleWrappers [PCCompat > Plugin] Fix this.settings.set being mapped to wrong Store func 2021-07-18 21:46:06 +02:00
scripts [Scripts > Theme] Tweak commit msg 2021-07-18 21:45:53 +02:00
src [Add Plugin] TheArmagan/gm-spotify-crack 2021-07-19 11:11:19 +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>
}