> ## Documentation Index
> Fetch the complete documentation index at: https://docs.smzi.fr/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook

> Add, edit discord webhooks

## Toggle webhooks

Activate or Deactivate discord logs.

```LUA theme={null}
Config.webhook = true
```

## webhooks

Add your own webhooks in `/webhooks`.

```LUA theme={null}
webhook = {
    link = "",
    iconUrl = "",
    color = "3447003",
    dateFormat = '%d/%m/%Y at %X',
    botName = "Banking",
    title = "Banking"
}
```
