FunctionsString$startsWithOn this page$startsWith Returns whether the given text starts with the provided word. Parameters ParameterDescriptiontextThe text to analizematchThe word to check Example <AoiClient>.addCommand({ name: "command", code: `$replyMessage[$startsWith[text l;l]]`,});