$repeatMessage
Repeats the provided text a certain amount of times.
Syntax
$repeatMessage[Amount;Text]
Parameters
Amount(Type: Integer || Flag: Required): The number of times to repeat the given text (max10times).Text(Type: String || Flag: Emptiable): The text to repeat.
Example
$nomention
$repeatMessage[5;Hello World!]