mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 07:32:02 +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.
9 lines
337 B
Plaintext
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"
|