# Discord Hook

![Discord](https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-14772b7e01c7bd7f4b9633ee1f0535b87e424848%2FScreenshot_10.png?alt=media\&token=2b5f5fda-8834-4ca7-b1a0-79e5f175806d)

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.
