> For the complete documentation index, see [llms.txt](https://docs.biyei.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.biyei.net/scripts/death-capture/configuration.md).

# Configuration

## Config File

```lua
Config = {}

Config.Debug = false

Config.Command = 'deathcapture'

-- Settings for screenshot
Config.DiscordWebhook = 'YOUR_DISCORD_WEBHOOK_HERE' -- Reemplaza con tu webhook de Discord
Config.ScreenshotTimeout = 5000 -- Timeout in ms for the screenshot

```
