Files
Aurora.3/config/example/webhooks.ex.json
Karolis 00ead7d560 Added webhook implementation of discord integration (#3748)
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.
2017-12-23 23:56:20 +02:00

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
}
]
*/