$repeatMessage
$repeatMessage
will repeat the given text for given amount of times.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
time | number | The amount of times the text gets repeated. | true |
text | string | The text that will get repeated. | true |
Example(s)
This will return Hello
twenty times: