$shuffleQueue will shuffle the current queue.
$shuffleQueue
This will shuffle the current queue:
1client.command({2 name: "shuffleQueue",3 code: `4 $shuffleQueue5 `6});