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

# Timer

# setup timer

> Add a timer to a channel with a message can always use our [embed builder](https://xvz.wtf/embed-builder) to create embed for timers

<CodeGroup>
  ```text Synax theme={null}
  ;timer add [channel] [interval] [message]
  ```

  ```python example theme={null}
  ;timer add #chat 1h hello @everyone 
  ```
</CodeGroup>

> Remove a timer from a channel

<CodeGroup>
  ```text Synax theme={null}
  ;timer remove [channel]
  ```

  ```python example theme={null}
  ;timer remove #chat
  ```
</CodeGroup>

> View a timer message

<CodeGroup>
  ```text Synax theme={null}
  ;timer view [channel]
  ```

  ```python example theme={null}
  ;timer view #chat
  ```
</CodeGroup>

> View all timers in a guild

<CodeGroup>
  ```text Synax theme={null}
  ;timer list
  ```

  ```python example theme={null}
  ;timer list
  ```
</CodeGroup>

<Warning>requires <code>manage\_guild</code> permission(s)</Warning>

# How to use embed builder for timer?

> Go to our [embed builder](https://xvz.wtf/embed-builder) website and make a custom embed you like and copy code
> Then use ;timer add #channel 1h \[message]  ← paste the code where the message should be

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/xvz/images/timers.png" alt="name" />
</Frame>

<Note>You need atleast 60s/1m interval</Note>
