Initial commit (v1.0.5)

This commit is contained in:
2025-04-28 20:04:55 -07:00
commit 81ab5e4f7b
4 changed files with 180 additions and 0 deletions

13
config.json.example Normal file
View File

@@ -0,0 +1,13 @@
[
{
"name": "first",
"markdownURL": "https://example.com/s/example/download",
"webhookURL": "https://discord.com/api/webhooks/example/example"
},
{
"name": "second",
"markdownURL": "https://example.com/s/example/download",
"webhookURL": "https://discord.com/api/webhooks/example/example"
}
]