> For the complete documentation index, see [llms.txt](https://docs.evelina.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evelina.bot/server/messages/timer.md).

# Auto Messages

Schedule messages to be sent at an interval.

{% hint style="warning" %}
You can only have **one** auto message per channel, and the interval must be at least **5 minutes**.
{% endhint %}

## Creating an auto message <a href="#creating-an-auto-message" id="creating-an-auto-message"></a>

You can create an auto message with the `timer add` command.

```
Syntax: ;timer add [channel] [interval] [code]
Example: ;timer add #general 10m {embed}$v{description: Hello world}
```

<figure><img src="https://github.com/EvelinaServices/docs/blob/main/.gitbook/assets/Discord_NeS6BXHWd1.png" alt=""><figcaption></figcaption></figure>

## Removing an auto message

You can remove an auto message with the `timer remove` command.

```
Syntax: ;timer remove [channel]
Example: ;timer remove #general
```

<figure><img src="https://github.com/EvelinaServices/docs/blob/main/.gitbook/assets/Discord_w68LfK7159.png" alt=""><figcaption></figcaption></figure>

## Test an auto message

You can test a auto message with the `timer test` command.

```
Syntax: ;timer test [channel]
Example: ;timer test #general
```

<figure><img src="https://github.com/EvelinaServices/docs/blob/main/.gitbook/assets/Discord_hEoPERYygK.png" alt=""><figcaption></figcaption></figure>

## Viewing all system messages

You can use the `timer list` command to view all auto messages.

<figure><img src="https://github.com/EvelinaServices/docs/blob/main/.gitbook/assets/Discord_Gu5ZcM1SW9.png" alt=""><figcaption></figcaption></figure>
