FunctionsString$toLowerCaseOn this page$toLowerCase Converts a string to lowercase. Parameters ParameterDescriptiontextThe text to convert Example <AoiClient>.addCommand({ name: "command", code: `$replyMessage[$toLowerCase[TEXT]]`,});