Create a webhook on your discord channel
How to create a webhook?arrow-up-right
Go into server/webhook.lua in script koja-lib and set the url of your webhook in the table KOJA.Server.Webhooks as ['cardealer'] string
KOJA.Server.Webhooks = { ['cardealer'] = '' -- URL of the webhook }
If the webhook embed doesn't meet your preferences, feel free to edit it!
Last updated 7 months ago