$clearQueue will clear the current player’s queue.
$clearQueue
This will clear the current queue:
1client.command({2 name: "clearQueue",3 code: `4 $clearQueue5 `6});