forked from Simnation/Main
9 lines
382 B
Lua
9 lines
382 B
Lua
-- _ _ _
|
|
-- __ _____| |__ | |__ ___ ___ | | __
|
|
-- \ \ /\ / / _ \ '_ \| '_ \ / _ \ / _ \| |/ /
|
|
-- \ V V / __/ |_) | | | | (_) | (_) | <
|
|
-- \_/\_/ \___|_.__/|_| |_|\___/ \___/|_|\_\
|
|
Cfg.Webhook = {
|
|
Enabled = true, -- Webhook Logs (true: enabled, false: disabled)
|
|
Url = 'YOUR_WEBHOOK_HERE', -- Webhook URL
|
|
}
|