FunctionsString$textSliceOn this page$textSlice Get a part of a text, from X to Y. Parameters ParameterDescriptiontextThe text to analizefromThe start index Example <AoiClient>.addCommand({ name: "command", code: `$replyMessage[$textSlice[text;2]]`,});