FunctionsString$replaceOn this page$replace Replaces the matched 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[$replace[text;text;lol]]`,});