FunctionsString$replaceAllOn this page$replaceAll Replaces the matched all text with the provided replacement Parameters ParameterDescriptiontextThe text to work on.matchThe word to replace.replacerThe replacer word. Example <AoiClient>.addCommand({ name: "command", code: `$replyMessage[$replaceAll[text text;text;lol]]`,});