mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-07-13 09:05:39 +01:00
a67eac3b3f
Adds / Updates rolerequest webhook to use the nebula system
12 lines
594 B
Plaintext
12 lines
594 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"
|
|
#define WEBHOOK_ROLEREQUEST "webhook_rolerequest" // YW EDIT: Adds rolerequest webhook
|