Files
Aurora.3/code/__defines/webhook.dm
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

9 lines
337 B
Plaintext

#define WEBHOOK_ADMIN_PM "g_apm"
#define WEBHOOK_ADMIN_PM_IMPORTANT "g_apm_a"
#define WEBHOOK_ADMIN "g_admin"
#define WEBHOOK_ADMIN_IMPORTANT "g_admin_a"
#define WEBHOOK_CCIAA_EMERGENCY_MESSAGE "cciaa_emergency"
#define WEBHOOK_ALERT_NO_ADMINS "alert_noadmins"
#define WEBHOOK_ROUNDEND "roundend"
#define WEBHOOK_ROUNDSTART "roundstart"