> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_casino/discord-hook.md).

# Discord Hook

![Discord](/files/4V8h40fS3HRy5xId3loO)

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.
