Last updated
Create a webhook in your Discord channel.
Open server/webhook.lua in koja-lib and set the webhook URL in KOJA.Server.Webhooks under the cardealer key.
KOJA.Server.Webhooks = {
['cardealer'] = '' -- URL of the webhook
}If you want different embed styling, edit the webhook payload in the same file.
Last updated