Functionsutils$randomTextOn this page$randomText Selects a random item from the provided list. Parameters ParameterDescription...textList of text values from which to choose randomly. Example <AoiClient>.addCommand({ name: "misc", code: ` $randomText[Option 1; Option 2; Option 3] // Returns a random option from the list `,});