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

# $(repeat)

> Wiederholt einen Text N-mal.

Wiederholt den Text **N-mal**, getrennt durch Leerzeichen.

<Info>
  N muss eine positive Ganzzahl zwischen **1 und 20** sein. Höhere Werte werden automatisch auf 20 begrenzt. Das Ergebnis wird zusätzlich bei **450 Zeichen** abgeschnitten.
</Info>

| Antwort-Text                  | Output im Chat                                    |
| ----------------------------- | ------------------------------------------------- |
| `$(repeat 5 Kappa)`           | `Kappa Kappa Kappa Kappa Kappa`                   |
| `$(repeat 3 hallo wie gehts)` | `hallo wie gehts hallo wie gehts hallo wie gehts` |
| `$(repeat 5 !)`               | `! ! ! ! !`                                       |
| `$(repeat 99 x)`              | 20× `x` (automatisch gekappt)                     |
| `$(repeat 0 x)`               | leer — N muss mindestens 1 sein                   |
| `$(repeat abc x)`             | leer — N muss eine Zahl sein                      |
