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