mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 02:22:26 +00:00
Adds ability to get server updates to Discord using webhook API, instead of complicated bot API. Simple config options make it a breeze to add / remove linked channels.
11 lines
383 B
JSON
11 lines
383 B
JSON
// Example configuration (Also make sure to get rid of all commentss)
|
|
// Look at /code/__defines/webhook.dm for avavible tags
|
|
/*
|
|
[
|
|
{
|
|
"url": "https://example.com/webhookendpoint",
|
|
"tags": ["roundstart", "roundend", "cciaa_emergincy", "alert_noadmins", "g_admin", "g_admin_a", "g_apms", "g_apms_a"],
|
|
"mention": "@here" //Optional mention property
|
|
}
|
|
]
|
|
*/ |