FunctionsString$repeatOn this page$repeat Repeat the given text, certain amount of times. Parameters ParameterDescriptiontextThe text to analizetimesThe times to repeat Example <AoiClient>.addCommand({ name: "command", code: `$replyMessage[$repeat[text ;10]]`,});