FunctionsString$textConcatOn this page$textConcat Concatenates the provided texts. Parameters ParameterDescriptiontextThe base texttextsThe texts. to concat Example <AoiClient>.addCommand({ name: "command", code: `$replyMessage[$textConcat[text ; text 2]]`,});