---
title: "{repeat:N|text}"
description: The text repeated N times, separated by spaces.
---

```text
{repeat:3|text}
```

**Platforms:** Twitch and Kick.

Repeats the text after the `|` the given number of times, joined with
spaces.

## Examples

```text
!hype    →  {repeat:5|PogChamp}
!clap    →  {repeat:{arg:1}|👏}
!gg      →  {repeat:{random:2-6}|{pick:GG|EZ|LFG}}
```

## Notes

- Capped at 50 repeats and at 500 characters total (Twitch's message
  limit) - `!clap 9999` gets you 50 claps, not a timeout.
- The text is normal template text, so each repeat re-rolls any `{pick:}`
  or `{random:}` inside it.
