-
Discord Webhook URL: You will need to create a Discord webhook for the logging functionality.
- Go to your Discord channel and create a webhook by navigating to Server Settings > Integrations > Webhooks > Create Webhook.
- Copy the Webhook URL; you will need this for configuration.
-
Open the
server.luafile located in theredm-logging-scriptfolder. -
Modify Line 1 to replace
"WEB_URL"with your Discord Webhook URL:local webhookUrl = "https://discord.com/api/webhooks/your-webhook-url"