User Guide ‐ Main interface ‐ Webhooks ‐ Audit - MarechJ/hll_rcon_tool GitHub Wiki
🧭 You are here : Wiki home / User Guide / Main interface / Webhooks / Audit
A list of Discord webhooks URLs to send audit messages to.
[!NOTE] If you don't know how to create a Discord webhook, you can have a look at this video.
It's recommended to set this, so that kicks, bans, map changes, etc. will be shown in Discord.
You can set as many URLs as you want, but these are updated sequentially, not concurrently, so setting more than one will delay the updates of each one. Therefore, you should probably not set more than a few.
Example (CODE view)
{
"hooks": [
{
"url": "https://discord.com/api/webhooks/..."
}
]
}