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.
Related pages
- Creating a Cardealer — Create a vehicles list and link it to the name section of the zone
- Changing Language — You can choose a language from available ones or you can create your own
- Configuration — back to the section overview