FunctionsString$splitOn this page$split Splits an object Stringinto an array of strings by splitting the string with the specified substring Parameters ParameterDescriptiontextThe text to work on.separatorThe text separator. Example <AoiClient>.addCommand({ name: "command", code: `$replyMessage[$split[text, g;,]]`,});