Functionsutils$randomShuffleOn this page$randomShuffle Usage Randomly shuffles an array and returns a random element. Parameters FieldDescriptiontextArrayArray of elements to shuffle Example <AoiClient>.addCommand({ name: "random_shuffle", code: `$replyMessage[$randomShuffle[textArray;text1;text2]]`,});