Discord Hook

Setting up Discord logging.

To enable Discord Hook, look into file config_server.lua inside ServerConfig {}

Discord = true

Whether to enable Discord Hook.

DiscordInterval = 60000 * 30

Send interval in miliseconds. The default interval is 30 minutes (60000 * 30).

HookUrl = "https://discord.com/api/webhooks/???"

Your Discord Hook url.

Last updated