$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.
Example
$nomention
$repeatMessage[5;Hello World!]