FunctionsString$chartAtOn this page$chartAt Returns the character at the provided index. Parameters ParameterDescriptiontextThe text to analizeindexThe char index Example <AoiClient>.addCommand({ name: "command", code: `$replyMessage[$chartAt[text;1]]`,});