Skip to content
TipPage Docs
Esc
navigateopen⌘Jpreview
On this page

{repeat:N|text}

The text repeated N times, separated by spaces.

{repeat:3|text}

Platforms: Twitch and Kick.

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

Examples

!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.

Was this page helpful?