# AutoBroadcast

## broadcast.yml

### shuffle

If shuffled is set to `true`, the messages are sent randomly.\
If shuffled is set to `false`, the messages are sent in sequence.

```yaml
shuffled: true
```

### intervall

The interval indicates when a message is sent.

```yaml
# intervall in seconds
intervall: 300
```

## Default configuration

### broadcast.yml

```
random:
  shuffled: true
  # intervall in seconds
  intervall: 300
```

{% file src="<https://931426099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5DC56OEL1k7OH4aPJLxB%2Fuploads%2Fz1jA8Lxu63RQL3QDBw9B%2Fbroadcast.yml?alt=media&token=903ae898-a3ed-44cf-89cb-39db47b92e18>" %}
