$loopStatus
$loopStatus will return the current loop status.
Usage
$loopStatusExample(s)
This will return the current loop status
1client.command({2 name: 'loopstatus',3 code: `4 $loopStatus5 `6});This will return the current loop status
1module.exports = [{2 name: 'loopstatus',3 code: `4 $loopStatus5 `6}]