View/run old Discord builds.
- Run
pnpm install
to install the dependencies. - Run
node displunger
to launch the web app. - Visit
http://localhost:3000/launch/<BUILD HASH>
to view a build.
I'd advise you to only run this on phone verified accounts, as Discord might lock you out/force you to verify your phone number due to old API requests.
This option will set the port the web app will run on. Defaults to 3000
.
This option will set the host the web app will run on. Defaults to http://127.0.0.1:PORT
.
This option will set the release channel to Staging and enables access to the experiments tab. Defaults to false.
This option will manually set the root JS scripts in case the build data could not be fetched.
Usage:
node displunger -j <filename>,<filename>,<filename>,<filename>
or
node displunger -j <filename> -j <filename> -j <filename> -j <filename>
This option will manually set the root CSS file in case the build data could not be fetched.
Usage:
node displunger -c <filename>
This option will manually set the API version in case the build data could not be fetched.
The oldest build we can currently launch is 21837 (10b6c00342136bb3324d2d694b86050ae915017b)
.
Really old builds (roughly early 2018) have since been unpublished and cannot be loaded anymore.
Many older builds fail to function properly due to breaking changes made on the API.
Powered by Megumin's Discord Build Archive and Discord Build Logger