FunctionsString$textIncludesOn this page$textIncludes Returns whether the provided string contains some of the given words Parameters ParameterDescriptiontextThe text to analizematchThe check text Example <AoiClient>.addCommand({ name: "command", code: `$replyMessage[$textIncludes[text;x]]`,});