For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated