Koja Scripts
NEW

Logging Webhook

Create a webhook in your Discord channel.

Logging Webhook

Step 1

Create a webhook in your Discord channel.

Step 2

Open server/webhook.lua in koja-lib and set the webhook URL in KOJA.Server.Webhooks under the cardealer key.

webhook.lua
KOJA.Server.Webhooks = {
    ['cardealer'] = '' -- URL of the webhook
}

Done


If you want different embed styling, edit the webhook payload in the same file.