Webhooks

Each of our scripts that includes webhook functionality comes with a dedicated webhooks.lua configuration file. This file provides complete control over the webhook system's operation.

webhooks.lua Structure

In the configuration file, you can:

  • Enable/disable individual webhooks by changing the enabled value

  • Set custom Discord webhook links by editing the webhook field

Last updated