$repeatMessage
Repeats the provided text a certain amount of times.
Syntax
$repeatMessage[Amount;Message]
Parameters
Amount
(Type: Integer || Flag: Required)
: The number of times to repeat the given text (max10
times).Message
(Type: String || Flag: Emptiable)
: The text to repeat.
Examples
Example #1
$nomention
$repeatMessage[5;Hello World]
Example #2
🧙♂️ You can use a space at the end of “text”, so there are spaces in-between repeats.
$nomention
$repeatMessage[5;Hello World! ]