Files
CHOMPStation2/code/__defines/webhooks.dm
2021-05-27 16:35:07 +00:00

11 lines
505 B
Plaintext

// Please don't forget to update the webhooks page on the GitHub Wiki page with your new webhook ID.
#define WEBHOOK_ROUNDEND "webhook_roundend"
#define WEBHOOK_ROUNDPREP "webhook_roundprep"
#define WEBHOOK_ROUNDSTART "webhook_roundstart"
#define WEBHOOK_SUBMAP_LOADED "webhook_submap_loaded"
#define WEBHOOK_CUSTOM_EVENT "webhook_custom_event"
#define WEBHOOK_ELEVATOR_FALL "webhook_elevator_fall"
#define WEBHOOK_AHELP_SENT "webhook_ahelp_sent"
#define WEBHOOK_FAX_SENT "webhook_fax_sent"