Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 377 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 377 Bytes

Game Request Form

This is a simple web form used for MCBE related leaderboard requests on speedrun.com

Config

All fields are optional

{
	"webhookURL": {
		"bedrock": "Discord Webhook URL for bedrock",
		"other": "Discord Webhook URL for other",
		"java": "Discord Webhook URL for java"
	},
	"port": 5000,
	"secret": "hunter2"
}